Skip to content

2.3.2

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 22 Jul 23:35
· 85 commits to dev since this release

There were some errors during the release process - re-released as 2.3.3 instead - please use that!

Available in Maven Central

What's new in this version

  • add optional CardSource.stored field

Add to your Gradle project with:

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

Or add to your Maven project with:

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