We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46607b commit e6e33baCopy full SHA for e6e33ba
PaymentTransactions/create-a-chase-pay-transaction.py renamed to PaymentTransactions/create-chase-pay-transaction.py
@@ -6,7 +6,7 @@
6
from authorizenet.constants import constants
7
from decimal import *
8
9
-def create_a_chase_pay_transaction():
+def create_chase_pay_transaction():
10
merchantAuth = apicontractsv1.merchantAuthenticationType()
11
merchantAuth.name = constants.apiLoginId
12
merchantAuth.transactionKey = constants.transactionKey
@@ -68,4 +68,4 @@ def create_a_chase_pay_transaction():
68
return response
69
70
if(os.path.basename(__file__) == os.path.basename(sys.argv[0])):
71
- create_a_chase_pay_transaction()
+ create_chase_pay_transaction()
0 commit comments