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.
2 parents 1767147 + 8941370 commit e59328eCopy full SHA for e59328e
README.md
@@ -43,8 +43,8 @@ from authorizenet.apicontrollers import *
43
from decimal import *
44
45
merchantAuth = apicontractsv1.merchantAuthenticationType()
46
-merchantAuth.name = '5KP3u95bQpv'
47
-merchantAuth.transactionKey = '4Ktq966gC55GAX7S'
+merchantAuth.name = 'YOUR_LOGIN_ID'
+merchantAuth.transactionKey = 'YOUR_TRANSACTION_KEY'
48
49
creditCard = apicontractsv1.creditCardType()
50
creditCard.cardNumber = "4111111111111111"
0 commit comments