Skip to content

Commit 2aa59c6

Browse files
authored
Merge pull request #67 from lilithmm/patch-2
Added Transaction Hash Upgrade note + minor edits
2 parents 6b86066 + cc0b2b0 commit 2aa59c6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ API credentials are different for each environment, so be sure to switch to the
5757
To get started using this SDK, it's highly recommended to download our sample code repository:
5858
* [Authorize.Net Node.js Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-node)
5959

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

6262
Additionally, you can find details and examples of how our API is structured in our API Reference Guide:
6363
* [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
@@ -93,6 +93,8 @@ When using the SDK to submit Chase Pay transactions, consider the following poin
9393
### Testing Guide
9494
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.
9595

96+
### Transaction Hash Upgrade
97+
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/).
9698

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

0 commit comments

Comments
 (0)