Skip to content

Releases: Vantiv/litle-sdk-for-java

9.3.2

31 Mar 17:04
Compare
Choose a tag to compare

Change Log :
HTTP timeout set to 500ms

8.29.2

31 Mar 18:17
Compare
Choose a tag to compare

Change Log :
HTTP timeout set to 500ms

8.29.1

11 Mar 12:54
Compare
Choose a tag to compare

BugFix: Fixed a bug in RFR test

9.3.1

09 Mar 15:27
Compare
Choose a tag to compare

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

17 Feb 18:19
Compare
Choose a tag to compare
  • Feature: Applepay support was added
  • Feature: Secondary amount support was added
  • Feature: Wallet support was added
  • Feature: EcheckPreNoteSale batch transaction type support was added
  • Feature: EcheckPreNoteCredit batch transaction type support was added

9.0.0

13 Feb 19:53
Compare
Choose a tag to compare
  • Support verision 9
  • modify xsd

8.29.0

13 Feb 16:23
Compare
Choose a tag to compare
  • 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

30 Dec 21:16
Compare
Choose a tag to compare
  • 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

18 Jul 21:21
Compare
Choose a tag to compare
  • Migrate build to Gradle
  • Remove dependency with OpenFTP
  • Remove unnecessary dependencies

Version 8.25.3 (May 1, 2014)

01 May 13:55
Compare
Choose a tag to compare
  • Bug: Using the LitleResponseProcessor to check for responses would never work with EcheckSales.
  • Feature: Make it possible to load properties file from classpath