- Updated for PHP 8 compatibility
- Added function DirectDebit::info()
- Updated test data
-
Removed methods in Result\Transaction:
- getCurrencyAmount()
- getPaidCurrencyAmount()
- getPaidAmount()
- getPaidCurrency()
-
Added methods in Result\Transaction:
- getAmountOriginal() (Previously getCurrencyAmount())
- getAmountOriginalCurrency()
- getAmountPaidOriginal() (Previously getPaidCurrencyAmount() )
- getAmountPaidOriginalCurrency()
- getAmountPaid() (Previously getPaidAmount())
- getAmountPaidCurrency() (Previously getPaidCurrency())
- Now returning field
refund
in the result of Instore::getAllTerminals() - Updated Transaction class to use API version 18
- Updated Transaction result class for using version 18
- Updated Instore class to use API version 4
- Updated samples
- Added payment model classes