Skip to content

Commit e59328e

Browse files
author
srathod
committed
Merge remote-tracking branch 'upstream/master'
2 parents 1767147 + 8941370 commit e59328e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ from authorizenet.apicontrollers import *
4343
from decimal import *
4444

4545
merchantAuth = apicontractsv1.merchantAuthenticationType()
46-
merchantAuth.name = '5KP3u95bQpv'
47-
merchantAuth.transactionKey = '4Ktq966gC55GAX7S'
46+
merchantAuth.name = 'YOUR_LOGIN_ID'
47+
merchantAuth.transactionKey = 'YOUR_TRANSACTION_KEY'
4848

4949
creditCard = apicontractsv1.creditCardType()
5050
creditCard.cardNumber = "4111111111111111"

0 commit comments

Comments
 (0)