Skip to content

Commit 65d5ef6

Browse files
authored
Merge pull request AuthorizeNet#137 from lilithmm/patch-1
Added Transaction Hash Upgrade note + minor edits
2 parents a433415 + 6855345 commit 65d5ef6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A sample logger configuration is given as below:
7676
To get started using this SDK, it's highly recommended to download our sample code repository:
7777
* [Authorize.Net Python Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-python)
7878

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

8181
Additionally, you can find details and examples of how our API is structured in our API Reference Guide:
8282
* [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
@@ -104,6 +104,8 @@ Run the following to get pyxb and nosetests:
104104
### Testing Guide
105105
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.
106106

107+
### Transaction Hash Upgrade
108+
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/).
107109

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

0 commit comments

Comments
 (0)