File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To install the `cybersource-sdk-java` from central repository, add dependency to
1010<dependency >
1111 <groupId >com.cybersource</groupId >
1212 <artifactId >cybersource-sdk-java</artifactId >
13- <version >6.2.11 </version >
13+ <version >6.2.12 </version >
1414</dependency >
1515```
1616Run ` mvn install ` to install dependency
@@ -19,7 +19,7 @@ Run `mvn install` to install dependency
1919Add the dependency to your build.gradle
2020``` java
2121dependencies {
22- compile ' com.cybersource:cybersource-sdk-java:6.2.11 '
22+ compile ' com.cybersource:cybersource-sdk-java:6.2.12 '
2323}
2424```
2525## Requirements
@@ -250,6 +250,10 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
250250
251251## Changes
252252_______________________________
253+ Version Cybersource-sdk-java 6.2.12 (MAY,2022)
254+ _______________________________
255+ 1)Modified the P12 certificate's CN name verification to case insensitive.
256+ _______________________________
253257Version Cybersource-sdk-java 6.2.11 (MAY,2020)
254258_______________________________
255259 1)Exception handling improvement.
You can’t perform that action at this time.
0 commit comments