Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed May 18, 2022
1 parent 8b54477 commit ccd8218
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
- getPaidCurrency()

* Added methods in Result\Transaction:
- getAmountOriginal() (previously getCurrencyAmount())
- getAmountOriginalCurrency
- getAmountPaidOriginal ( previously getPaidCurrencyAmount() )
- getAmountPaidOriginalCurrency
- getAmountPaid (previously getPaidAmount())
- getAmountPaidCurrency (previously getPaidCurrency())
- 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()
* 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
Expand Down

0 comments on commit ccd8218

Please sign in to comment.