File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
java/src/main/java/com/cybersource/ws/client Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,11 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
183183
184184## Changes
185185
186+ Version Cybersource-sdk-java 6.2.9 (APR,2020)
187+ _______________________________
188+
189+ 1)Corrected request header name
190+
186191Version Cybersource-sdk-java 6.2.8 (FEB,2020)
187192_______________________________
188193
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ private Utility() {
4949 * Version number of this release.
5050 */
5151 public static final String VERSION = "6.2.9" ;
52- public static final String ORIGIN_TIMESTAMP = "v-c-origin-ia " ;
52+ public static final String ORIGIN_TIMESTAMP = "v-c-client-iat " ;
5353
5454 /**
5555 * If in the Request map, a key called "_has_escapes" is present and is set
Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ Mock objects library for java
199199
200200##Changes
201201
202+ Version Cybersource-sdk-java 6.2.9 (APR,2020)
203+ _______________________________
204+
205+ 1)Corrected request header name
206+
202207Version Cybersource-sdk-java 6.2.8 (FEB,2020)
203208_______________________________
204209
You can’t perform that action at this time.
0 commit comments