cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I get aNet Java SDK which is stable? from Github?

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? 

3 REPLIES 3

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.

Aaron
All Star

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?

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!