Subversion Repositories SmartDukaan

Rev

Rev 22387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22387 Rev 23120
Line 429... Line 429...
429
        responseDescription = ""
429
        responseDescription = ""
430
    return responseCode, responseDescription
430
    return responseCode, responseDescription
431
 
431
 
432
def main():
432
def main():
433
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
433
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
434
    #print checkTransactionStatus("", 1004866117)
434
    print checkTransactionStatus("", 1205404)
435
    getBalance()
435
    getBalance()
436
 
436
 
437
if __name__=='__main__':
437
if __name__=='__main__':
438
    main()
438
    main()