Releases: Vantiv/litle-sdk-for-java
Releases · Vantiv/litle-sdk-for-java
9.3.2
8.29.2
8.29.1
BugFix: Fixed a bug in RFR test
9.3.1
Feature: PFIF instruction transaction support was added
For Maven, add JCenter repository to your Maven build. You can read instructions on this at
<dependency>
<groupId>com.litle</groupId>
<artifactId>litle-sdk-for-java</artifactId>
<version>9.3.1</version>
</dependency>
For Gradle, add jcenter() to your repositories { ... }
compile(group: 'com.litle', name: 'litle-sdk-for-java', version: '9.3.1')
For other build styles, you can download the zipfile attached to this page.
9.3.0
9.0.0
8.29.0
- Feature: Applepay support was added
- Feature: Secondary Amount support was added
For Maven, add JCenter repository to your Maven build. You can read instructions on this at
<dependency>
<groupId>com.litle</groupId>
<artifactId>litle-sdk-for-java</artifactId>
<version>8.29.0</version>
</dependency>
For Gradle, add jcenter() to your repositories { ... }
compile(group: 'com.litle', name: 'litle-sdk-for-java', version: '8.29.0')
For other build styles, you can download the zipfile attached to this page.
8.27.0
- Feature: Add support for MasterPass wallet to authorization and sale
- Feature: Add support for order source echeckppd for echeck sales
- Feature: Add samples in the build
For Maven, add JCenter repository to your Maven build. You can read instructions on this at
<dependency>
<groupId>com.litle</groupId>
<artifactId>litle-sdk-for-java</artifactId>
<version>8.27.0</version>
</dependency>
For Gradle, add jcenter() to your repositories { ... }
compile(group: 'com.litle', name: 'litle-sdk-for-java', version: '8.27.0')
For other build styles, you can download the zipfile attached to this page.
Version 8.25.4
- Migrate build to Gradle
- Remove dependency with OpenFTP
- Remove unnecessary dependencies
Version 8.25.3 (May 1, 2014)
- Bug: Using the LitleResponseProcessor to check for responses would never work with EcheckSales.
- Feature: Make it possible to load properties file from classpath