sdk-php
sdk-php copied to clipboard
Upgrading from 1.9.9
I'm currently using 1.9.9 on my platform. If I update to 2.0.0 are there any backwards incompatible changes I should be aware of? Or is the API the same and my integration should be expected to continue to work as is?
Beuler....?
Hi @RickKukiela
In 2.0.0, we have removed the deprecated classes. If you have been using one of those, it won't be available in 2.0.0.
Additionally, the underlying API call to Authorize.Net has been changed from XML format to JSON, which should not affect your integration. But we recommend you to test your integration in Sandbox before upgrading.