3.7.0
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>