Skip to content

Commit dcbd160

Browse files
authored
Update and rename get-hosted-payment-page.py to get-an-accept-payment-page.py
1 parent 6f01d8d commit dcbd160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PaymentTransactions/get-hosted-payment-page.py renamed to PaymentTransactions/get-an-accept-payment-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_payment_page(amount):
9+
def get_an_accept_payment_page(amount):
1010
merchantAuth = apicontractsv1.merchantAuthenticationType()
1111
merchantAuth.name = constants.apiLoginId
1212
merchantAuth.transactionKey = constants.transactionKey

0 commit comments

Comments
 (0)