File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -574,13 +574,13 @@ def get_transaction_list(self):
574574 return modl .get_transaction_list ()
575575
576576 def get_transaction_list_for_customer (self ):
577- print ("get_transaction_list_for_customer" )
577+ print ("get_transaction_list_for_customer" )
578578
579- #get transaction list for that above profile
580- modl = imp .load_source ('modulename' , 'TransactionReporting/get-customer-profile-transaction-list.py' )
581- response = modl .get_customer_profile_transaction_list ('36152127' )
579+ #get transaction list for that above profile
580+ modl = imp .load_source ('modulename' , 'TransactionReporting/get-customer-profile-transaction-list.py' )
581+ response = modl .get_customer_profile_transaction_list ('36152127' )
582582
583- return response
583+ return response
584584
585585 def get_unsettled_transaction_list (self ):
586586 print ("get_unsettled_transaction_list" )
You can’t perform that action at this time.
0 commit comments