Subversion Repositories SmartDukaan

Rev

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

Rev 20348 Rev 20349
Line 197... Line 197...
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
'H68':'CT4',
202
'H63':'CS1'
202
'H63':'CS1',
-
 
203
'H65':'CS6'
203
            }
204
            }
204
 
205
 
205
allow_recharge_string = ConfigClient().get_property('allow_recharge')
206
allow_recharge_string = ConfigClient().get_property('allow_recharge')
206
 
207
 
207
if allow_recharge_string in ['True', 'true']:
208
if allow_recharge_string in ['True', 'true']:
Line 416... Line 417...
416
        responseDescription = ""
417
        responseDescription = ""
417
    return responseCode, responseDescription
418
    return responseCode, responseDescription
418
 
419
 
419
def main():
420
def main():
420
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
421
    #print rechargeDevice(20141031157,'MTP','BSP','9459060666',1,'')
421
    print checkTransactionStatus('','1132303')
422
    print checkTransactionStatus('','1004628109')
422
 
423
 
423
if __name__=='__main__':
424
if __name__=='__main__':
424
    main()
425
    main()
425
426