Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.03 KB

PAY.

PHP SDK Changelog

Release 2.1.1

  • Updated for PHP 8 compatibility

Release 2.1.0

  • Added function DirectDebit::info()

Release 2.0.1

  • Updated test data

Release 2.0.0

Breaking changes

  • 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())

Additional changes

  • 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