Skip to content

Commit f242cbe

Browse files
authored
Update README.md
1 parent 977e018 commit f242cbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
* An Authorize.Net account (see _Registration & Configuration_ section below)
1313
* TLS 1.2 capable versions of libcurl and OpenSSL (or its equivalent)
1414

15+
### Migrating from older versions
16+
Since August 2018, the Authorize.Net API has been reorganized to be more merchant focused. AuthorizeNetAIM, AuthorizeNetARB, AuthorizeNetCIM, Reporting and AuthorizeNetSIM classes have all been deprecated in favor of `net\authorize\api` . To see the full list of mapping of new features corresponding to the deprecated features, you can see [MIGRATING.md](MIGRATING.md).
17+
18+
### Contribution
19+
- If you need information or clarification about any Authorize.Net features, please create an issue for it. Also you can search in the [Authorize.Net developer community](https://community.developer.authorize.net/).
20+
- Before creating pull requests, please read [CONTRIBUTING.md](CONTRIBUTING.md)
21+
1522
### TLS 1.2
1623
The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. This SDK communicates with the Authorize.Net API using `libcurl` and `OpenSSL` (or equivalent crypto library). It's important to make sure you have new enough versions of these components to support TLS 1.2. Additionally, it's very important to keep these components up to date going forward to mitigate the risk of any security flaws that may be discovered in these libraries.
1724

0 commit comments

Comments
 (0)