Skip to content

2.0.2

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 11 Nov 11:44
· 110 commits to dev since this release

Available in Maven Central

What's new in this version

  • Fixed the incorrect serialization of the SenderInformation field itself

Add to your Gradle project with:

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

Or add to your Maven project with:

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