| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | constants = imp.load_source('modulename', 'constants.py') | |
| 7 | 7 | from decimal import * | |
| 8 | 8 | ||
| 9 | - def get_transaction_list_for_customer(customerProfileId): | ||
| 9 | + def get_customer_profile_transaction_list(customerProfileId): | ||
| 10 | 10 | merchantAuth = apicontractsv1.merchantAuthenticationType() | |
| 11 | 11 | merchantAuth.name = constants.apiLoginId | |
| 12 | 12 | merchantAuth.transactionKey = constants.transactionKey | |
@@ -41,4 +41,4 @@ def get_transaction_list_for_customer(customerProfileId): | |||
| 41 | 41 | return transactionListForCustomerResponse | |
| 42 | 42 | ||
| 43 | 43 | if(os.path.basename(__file__) == os.path.basename(sys.argv[0])): | |
| 44 | - get_transaction_list_for_customer('36152127') | ||
| 44 | + get_customer_profile_transaction_list('36152127') | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments