Subversion Repositories SmartDukaan

Rev

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

Rev 20256 Rev 20304
Line 195... Line 195...
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
'H64':'CS3',
-
 
201
'H68':'CT4'
201
            }
202
            }
202
 
203
 
203
allow_recharge_string = ConfigClient().get_property('allow_recharge')
204
allow_recharge_string = ConfigClient().get_property('allow_recharge')
204
 
205
 
205
if allow_recharge_string in ['True', 'true']:
206
if allow_recharge_string in ['True', 'true']:
Line 414... Line 415...
414
        responseDescription = ""
415
        responseDescription = ""
415
    return responseCode, responseDescription
416
    return responseCode, responseDescription
416
 
417
 
417
def main():
418
def main():
418
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
419
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
419
    print checkTransactionStatus('','1004607739')
420
    print checkTransactionStatus('','1132303')
420
 
421
 
421
if __name__=='__main__':
422
if __name__=='__main__':
422
    main()
423
    main()
423
424