Skip to content

Commit 39871f6

Browse files
committed
corrected request header name
1 parent bea6e58 commit 39871f6

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
186191
Version Cybersource-sdk-java 6.2.8 (FEB,2020)
187192
_______________________________
188193

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

zip/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
202207
Version Cybersource-sdk-java 6.2.8 (FEB,2020)
203208
_______________________________
204209

0 commit comments

Comments
 (0)