Skip to content

3.4.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 17 Mar 21:37
· 32 commits to dev since this release

Available in Maven Central

What's new in this version

  • Added optional processingChannelId field to PaymentRequest.
  • Added optional authorizationType field to PaymentRequest.
  • Added optional marketplace field to PaymentRequest.

Add to your Gradle project with:

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

Or add to your Maven project with:

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