Skip to content

2.3.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 14 Mar 14:06
· 93 commits to dev since this release
4fae387

Available in Maven Central

What's new in this version

  • Added optional field: Processing.skipExpiry
  • Added optional field: PaymentRequest.fundTransferType

Add to your Gradle project with:

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

Or add to your Maven project with:

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