Skip to content

Amazon Pay API SDK (Java) 2.4.0

Compare
Choose a tag to compare
@shangamesh shangamesh released this 29 Oct 06:35
· 8 commits to master since this release

Version 2.4.0 - October 2021

  • Removed library "net.sf.json" & added library "org.json" as alternative for handling JSON in order to address security issues & to improve performance
  • Note:
    1. Consumers of previous SDK versions must start using import as 'org.json' instead of 'net.sf.json' as of this SDK Version 2.4.0.
    1. In order to add data to JSONArray, you need to use 'put' method instead of 'add' method as of this SDK Version 2.4.0.