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 a81fba9 + 8d32618 commit b624b3bCopy full SHA for b624b3b
README.md
@@ -25,8 +25,8 @@ Set your API credentials:
25
26
````python
27
merchantAuth = apicontractsv1.merchantAuthenticationType()
28
- merchantAuth.name = '5KP3u95bQpv'
29
- merchantAuth.transactionKey = '4Ktq966gC55GAX7S'
+ merchantAuth.name = 'YOUR_API_LOGIN_ID'
+ merchantAuth.transactionKey = 'YOUR_TRANSACTION_KEY'
30
````
31
32
For reporting tests, go to https://sandbox.authorize.net/ under Account tab->Transaction Details API and enable it.
0 commit comments