Subversion Repositories SmartDukaan

Rev

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

Rev 23519 Rev 23686
Line 3325... Line 3325...
3325
            
3325
            
3326
    
3326
    
3327
            
3327
            
3328
        
3328
        
3329
def main():
3329
def main():
3330
    OrderServiceHandler().creditBatch(2, '{"483649":100.0, "8021773":23, "123213":10}')
3330
    #OrderServiceHandler().creditBatch(2, '{"483649":100.0, "8021773":23, "123213":10}')
-
 
3331
    #OrderServiceHandler('transaction', '192.168.190.112').refundTransaction(, "Deenanath", "Low Inventory Cancellation")
-
 
3332
    OrderServiceHandler('transaction', '192.168.190.112').refundTransaction(1040179, "Deenanath", "Low Inventory Cancellation")
3331
            
3333
            
3332
if __name__ == '__main__':
3334
if __name__ == '__main__':
3333
    main()
3335
    main()
3334
3336