Skip to content

Commit f9be75d

Browse files
authored
Update and rename get-hosted-profile-page.py to get-accept-customer-profile-page.py
1 parent 0f4503a commit f9be75d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CustomerProfiles/get-hosted-profile-page.py renamed to CustomerProfiles/get-accept-customer-profile-page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
constants = imp.load_source('modulename', 'constants.py')
77
from decimal import *
88

9-
def get_hosted_profile_page(customerProfileId):
9+
def get_accept_customer_profile_page(customerProfileId):
1010
merchantAuth = apicontractsv1.merchantAuthenticationType()
1111
merchantAuth.name = constants.apiLoginId
1212
merchantAuth.transactionKey = constants.transactionKey

0 commit comments

Comments
 (0)