Skip to content

3.3.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 11 Mar 15:50
· 34 commits to dev since this release

Available in Maven Central

What's new in this version

  • Added optional exemption field to ThreeDSRequest.
  • Added optional challengeIndicator field to ThreeDSRequest.

Add to your Gradle project with:

dependencies {
    implementation 'com.checkout:checkout-sdk-java:3.3.0'
}

Or add to your Maven project with:

<dependency>
    <groupId>com.checkout</groupId>
    <artifactId>checkout-sdk-java</artifactId>
    <version>3.3.0</version>
</dependency>