We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f01d8d commit dcbd160Copy full SHA for dcbd160
1 file changed
…tTransactions/get-hosted-payment-page.py …ansactions/get-an-accept-payment-page.pyPaymentTransactions/get-hosted-payment-page.py renamed to PaymentTransactions/get-an-accept-payment-page.py
@@ -6,7 +6,7 @@
6
constants = imp.load_source('modulename', 'constants.py')
7
from decimal import *
8
9
-def get_hosted_payment_page(amount):
+def get_an_accept_payment_page(amount):
10
merchantAuth = apicontractsv1.merchantAuthenticationType()
11
merchantAuth.name = constants.apiLoginId
12
merchantAuth.transactionKey = constants.transactionKey
0 commit comments