Skip to content

Commit 7e5964a

Browse files
author
Krishna Prasad Salem Narasimhan
committed
Release 3.2.0
1 parent a6a5625 commit 7e5964a

File tree

1,537 files changed

+18591
-1323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,537 files changed

+18591
-1323
lines changed

documentation/CJL/CJL.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## CJL - Core Java Library <!-- omit in toc -->
44

5-
**Version 3.0.0**
6-
May 2020
5+
**Version 3.0.2**
6+
March 2021
77

88
## Contents <!-- omit in toc -->
99

@@ -126,6 +126,7 @@ May 2020
126126
| February 2020 | - Added support for Google Pay operations |
127127
| March 2020 | - Added WeChat Pay |
128128
| May 2020 | - Repackaging with ISV package |
129+
| March 2021 | - Upgraded Cybersource Transaction Web Service to version 175 <br> - Added cardTypeSelectionIndicator field to support Credit Mutuel-CIC transactions <br> - Upgraded cybersource-rest-client-java to version 0.0.30|
129130

130131
## About This Guide
131132

@@ -343,7 +344,7 @@ compile 'commons-io:commons-io:2.6'
343344
compile 'cglib:cglib-nodep:3.1'
344345
compile 'joda-time:joda-time:2.9.9'
345346
compile 'com.squareup.okhttp3:okhttp:3.14.4'
346-
compile 'com.cybersource:cybersource-rest-client-java:0.0.16'
347+
compile 'com.cybersource:cybersource-rest-client-java:0.0.30'
347348
348349
// tests related deps
349350
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
@@ -2478,7 +2479,7 @@ CJL consumes HTTP REST APIs using [Java SDK](https://github.com/CyberSource/cybe
24782479
Java SDK is included in CJL as a dependency:
24792480

24802481
```text
2481-
compile 'com.cybersource:cybersource-rest-client-java:0.0.16'
2482+
compile 'com.cybersource:cybersource-rest-client-java:0.0.30'
24822483
```
24832484

24842485
The dependency above brings in transitively two supporting libraries:
@@ -3401,9 +3402,9 @@ To run integration tests from command line use following command
34013402

34023403
# Support
34033404

3404-
For a support and bug fixes, please visit CyberSource support portal: <https://support.cybersource.com/>
3405+
For a support and bug fixes, please visit Cybersource support portal: <https://support.cybersource.com/>
34053406

3406-
CyberSource Corporation HQ
3407+
Cybersource Corporation HQ
34073408

34083409
P.O. Box 8999
34093410

-83 KB
Loading
-91.7 KB
Loading
-6.82 KB
Loading
-8.54 KB
Loading
-6.25 KB
Loading
-6.69 KB
Loading
-83 KB
Loading
-91.7 KB
Loading
-41.3 KB
Loading

0 commit comments

Comments
 (0)