We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4503a commit f9be75dCopy full SHA for f9be75d
1 file changed
…tomerProfiles/get-hosted-profile-page.py …iles/get-accept-customer-profile-page.pyCustomerProfiles/get-hosted-profile-page.py renamed to CustomerProfiles/get-accept-customer-profile-page.py
@@ -6,7 +6,7 @@
6
constants = imp.load_source('modulename', 'constants.py')
7
from decimal import *
8
9
-def get_hosted_profile_page(customerProfileId):
+def get_accept_customer_profile_page(customerProfileId):
10
merchantAuth = apicontractsv1.merchantAuthenticationType()
11
merchantAuth.name = constants.apiLoginId
12
merchantAuth.transactionKey = constants.transactionKey
0 commit comments