From 8b54477506cf048bf5cf97851de2f3caa9d630f2 Mon Sep 17 00:00:00 2001 From: woutse Date: Wed, 18 May 2022 11:52:04 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538dd41d..265c87d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ ![PAY.](https://www.pay.nl/uploads/1/brands/main_logo.png) -# Changelog # -## Changes in release 2.0.0 ## -+ 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 \ No newline at end of file +# PHP SDK Changelog # +## 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 \ No newline at end of file