This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Add FlexiPay® Rate (Hire Purchase Direct Debit)
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
toPaypage
. - Geolocation to
Customer
resource. - Property
effectiveInterestRate
toPayPage
to enableHirePurchase
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.