Skip to content

3.7.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 28 May 21:01
· 17 commits to dev since this release
15bd585

Available in Maven Central

What's new in this version

  • Added delete instrument as an available operation
  • Added country field to the payment recipient

Add to your Gradle project with:

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

Or add to your Maven project with:

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