Skip to content

Commit e6e33ba

Browse files
committed
+ Fixing the name of the file
1 parent e46607b commit e6e33ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PaymentTransactions/create-a-chase-pay-transaction.py renamed to PaymentTransactions/create-chase-pay-transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from authorizenet.constants import constants
77
from decimal import *
88

9-
def create_a_chase_pay_transaction():
9+
def create_chase_pay_transaction():
1010
merchantAuth = apicontractsv1.merchantAuthenticationType()
1111
merchantAuth.name = constants.apiLoginId
1212
merchantAuth.transactionKey = constants.transactionKey
@@ -68,4 +68,4 @@ def create_a_chase_pay_transaction():
6868
return response
6969

7070
if(os.path.basename(__file__) == os.path.basename(sys.argv[0])):
71-
create_a_chase_pay_transaction()
71+
create_chase_pay_transaction()

0 commit comments

Comments
 (0)