Skip to content

2.2.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 29 Jan 19:31
· 95 commits to dev since this release
3908676

Available in Maven Central

What's new in this version

  • Recipient fields are no longer required as they are optional when making an Account Funding Transaction

Add to your Gradle project with:

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

Or add to your Maven project with:

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