Skip to content

com.brankas.tap.direct-tap 3.5.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.brankas.tap</groupId>
  <artifactId>direct-tap</artifactId>
  <version>3.5.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

3.5.0 - 2022-07-25

Fixed

  • crash when passing an unlisted BankCode gotten from getSourceBanks() function to checkout() function
  • empty checkout URL when calling retrieveCheckoutURL() function

Added

  • getTransactionById() function to search for a transaction by passing the transaction id
  • getTransactionByReferenceId() function to search for a transaction by passing the reference id
  • getLastTransaction() function to retrieve the last transaction performed by the user (internal only; thus, when user changes device or clears the cache, last transaction will not be returned)