Skip to content

Commit b624b3b

Browse files
author
brianmc
committed
2 parents a81fba9 + 8d32618 commit b624b3b

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
@@ -25,8 +25,8 @@ Set your API credentials:
2525

2626
````python
2727
merchantAuth = apicontractsv1.merchantAuthenticationType()
28-
merchantAuth.name = '5KP3u95bQpv'
29-
merchantAuth.transactionKey = '4Ktq966gC55GAX7S'
28+
merchantAuth.name = 'YOUR_API_LOGIN_ID'
29+
merchantAuth.transactionKey = 'YOUR_TRANSACTION_KEY'
3030
````
3131

3232
For reporting tests, go to https://sandbox.authorize.net/ under Account tab->Transaction Details API and enable it.

0 commit comments

Comments
 (0)