This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Version 1.2.0.0
1.2.0.0
Changed
- Refactored all examples.
- Fixed iDeal example.
- Metadata are no longer automatically created and sent when they are not set by the merchant.
- Version and Type of the SDK are now sent to the API with every request.
- Add missing feature to readme.
- Renamed property
Basket::amountTotal
toBasket::amountTotalGross
to follow the change in the API. - Refactor tests.
- Set
Paypage
default action to 'charge' and restrict values to 'charge' and 'authorize'.
Added
- Property
type
toBasketItem
. - An exception is now thrown in case of a
CURL
timeout. - The
CURL
timeout can now be changed via environment variable.
Removed
- Unnecessary resource setters in
Paypage
.
Fixed
- Unit tests work now even in
development
orstaging
environment.