Skip to content

2.3.1

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 22 Apr 21:20
· 91 commits to dev since this release

Available in Maven Central

What's new in this version

  • Fixed a bug where the AlternativePaymentSourceResponse.getType() method would always return null

Add to your Gradle project with:

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

Or add to your Maven project with:

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