Skip to content

cybersource-sdk-java-6.2.6

Compare
Choose a tag to compare
@mahendya1002 mahendya1002 released this 19 May 11:21
· 346 commits to master since this release
  1. Added certificateCacheEnabled optional feature. certificateCacheEnabled parameter is set to false (default is true), the p12 certificate of a merchant will be reloaded from filesystem every time a transaction is made.If the certificateCacheEnabled is true then only at the first time certificate of a merchant will loaded from filesystem.

  2. Introduced a new feature to check merchant .p12 certificate file validity at run time. If it is replaced at runtime then SDK will reload the new certificate into the cache.