Subversion Repositories SmartDukaan

Rev

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

Rev 20251 Rev 20256
Line 194... Line 194...
194
'HI4':'CN0',
194
'HI4':'CN0',
195
'HI5':'CN4',
195
'HI5':'CN4',
196
'HI6':'CO0',
196
'HI6':'CO0',
197
'HI7':'CQ4',
197
'HI7':'CQ4',
198
'HI8':'CQ5',
198
'HI8':'CQ5',
199
'HI9':'CR8'
199
'HI9':'CR8',
-
 
200
'H64':'CS3'
200
            }
201
            }
201
 
202
 
202
allow_recharge_string = ConfigClient().get_property('allow_recharge')
203
allow_recharge_string = ConfigClient().get_property('allow_recharge')
203
 
204
 
204
if allow_recharge_string in ['True', 'true']:
205
if allow_recharge_string in ['True', 'true']:
Line 413... Line 414...
413
        responseDescription = ""
414
        responseDescription = ""
414
    return responseCode, responseDescription
415
    return responseCode, responseDescription
415
 
416
 
416
def main():
417
def main():
417
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
418
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
418
    print checkTransactionStatus('','664267')
419
    print checkTransactionStatus('','1004607739')
419
 
420
 
420
if __name__=='__main__':
421
if __name__=='__main__':
421
    main()
422
    main()
422
423