We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742bea8 commit 597369fCopy full SHA for 597369f
TransactionReporting/get-transaction-list-for-customer.py renamed to TransactionReporting/get-customer-profile-transaction-list.py
@@ -6,7 +6,7 @@
6
constants = imp.load_source('modulename', 'constants.py')
7
from decimal import *
8
9
-def get_transaction_list_for_customer(customerProfileId):
+def get_customer_profile_transaction_list(customerProfileId):
10
merchantAuth = apicontractsv1.merchantAuthenticationType()
11
merchantAuth.name = constants.apiLoginId
12
merchantAuth.transactionKey = constants.transactionKey
@@ -41,4 +41,4 @@ def get_transaction_list_for_customer(customerProfileId):
41
return transactionListForCustomerResponse
42
43
if(os.path.basename(__file__) == os.path.basename(sys.argv[0])):
44
- get_transaction_list_for_customer('36152127')
+ get_customer_profile_transaction_list('36152127')
0 commit comments