Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Add FlexiPay® Rate (Hire Purchase Direct Debit)

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 19 Nov 15:03
· 221 commits to master since this release
4dd38c0

1.2.5.0

Added

  • Hire purchase direct debit payment type (FlexiPay® Rate) including example implementation.
  • Additional parameters from payment type to transactions.
  • Facade method to update payment type.
  • Property invoiceId to Payment class.
  • Added card details to Card payment type.
  • Property card3ds to Paypage.
  • Geolocation to Customer resource.
  • Property effectiveInterestRate to PayPage to enable HirePurchase payment types.

Changed

  • Refactor invoice guaranteed tests to make them independent from each other.
  • Response Code for basket item image extension error has been deprecated since it has been removed from the API.
  • Refactored cancellation feature to support FlexiPay® Rate cancel.
  • Remove trailing slash from routes.
  • Float values are now rounded with 4 decimal places when exposed to the API. The value of the local object will be updated as well.

Removed

  • Unused Constants.
  • Obsolete/dead code.

Fixed

  • Several minor issues.