Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

31 lines (27 loc) · 1006 Bytes

PAY.

PHP SDK Changelog

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