Skip to content

Commit

Permalink
Merge pull request #67 from lilithmm/patch-2
Browse files Browse the repository at this point in the history
Added Transaction Hash Upgrade note + minor edits
  • Loading branch information
gnongsie authored Mar 14, 2019
2 parents 6b86066 + cc0b2b0 commit 2aa59c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ API credentials are different for each environment, so be sure to switch to the
To get started using this SDK, it's highly recommended to download our sample code repository:
* [Authorize.Net Node.js Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-node)

In that respository, we have comprehensive sample code for all common uses of our API:
The respository contains comprehensive sample code for all common uses of our API:

Additionally, you can find details and examples of how our API is structured in our API Reference Guide:
* [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
Expand Down Expand Up @@ -93,6 +93,8 @@ When using the SDK to submit Chase Pay transactions, consider the following poin
### Testing Guide
For additional help in testing your own code, Authorize.Net maintains a [comprehensive testing guide](http://developer.authorize.net/hello_world/testing_guide/) that includes test credit card numbers to use and special triggers to generate certain responses from the sandbox environment.

### Transaction Hash Upgrade
Authorize.Net is phasing out the MD5 based `transHash` element in favor of the SHA-512 based `transHashSHA2`. The setting in the Merchant Interface which controlled the MD5 Hash option is no longer available, and the `transHash` element will stop returning values at a later date to be determined. For information on how to use `transHashSHA2`, see the [Transaction Hash Upgrade Guide] (https://developer.authorize.net/support/hash_upgrade/).

## License
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.

0 comments on commit 2aa59c6

Please sign in to comment.