Skip to content

Commit 76f9f3c

Browse files
committed
changes some wordings in readme comments also change release version in Utility.java
1 parent 69a2c0c commit 76f9f3c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
184184

185185
Version Cybersource-sdk-java 6.2.6 (JAN,2018)
186186
_______________________________
187-
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 begining time certificate of a merchant will loaded from filesystem.
187+
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.
188188
2) Intreduced a new feature to check merchant .p12 certificate file validity at run time.If it is not valid and replaced at runtime then SDK will be able to reload the new certificate data into cache.
189189
3) Changed clientLibrary version to 6.2.6;
190190

java/src/main/java/com/cybersource/ws/client/Utility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private Utility() {
4848
/**
4949
* Version number of this release.
5050
*/
51-
public static final String VERSION = "6.2.5";
51+
public static final String VERSION = "6.2.6";
5252

5353
/**
5454
* If in the Request map, a key called "_has_escapes" is present and is set

zip/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Mock objects library for java
201201

202202
Version Cybersource-sdk-java 6.2.6 (JAN,2018)
203203
_______________________________
204-
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 begining time certificate of a merchant will loaded from filesystem.
204+
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.
205205
2) Intreduced a new feature to check merchant .p12 certificate file validity at run time.If it is not valid and replaced at runtime then SDK will be able to reload the new certificate data into cache.
206206
3) Changed clientLibrary version to 6.2.6;
207207

0 commit comments

Comments
 (0)