My website will be going live after migrating from SOAP to new Authorize.net APIs. I have downloaded java-sdk from https://github.com/AuthorizeNet/sdk-java.
Before going live, I need to know how much stable is this SDK OR whether I have downloaded correct SDK?
12-28-2016 11:09 PM
Hi @mangeshpendhare,
1.9.2 is the latest version, so if that's what you have, you should be good. It does get updated whenever we add new API features, so you might want to keep an eye on things to see if there's a newer version you'd want in the future.
12-29-2016 10:57 AM
Thanks @Aaron.
I have downloaded master branch of this repo. Also made some changes in sdk source code in my local, this is for loggers I am using. Can I fork the github repository and add my changes in it, so next time when there is update in master branch then I can merge it to my forked repo?
12-29-2016 09:05 PM - edited 12-29-2016 09:10 PM
Hi @mangeshpendhare,
@mangeshpendhare wrote:Can I fork the github repository and add my changes in it, so next time when there is update in master branch then I can merge it to my forked repo?
Absolutely!
12-30-2016 07:04 AM