Releases: MultiSafepay/php-sdk
Releases · MultiSafepay/php-sdk
3.0.0
Fixed
- Make sure QrCode
min_amount
andmax_amount
make sense - Fix call to undefined method negative when using refundByMerchantItemId
Removed
- Removed
phone2
andaddPhoneNumbers()
fromCustomer
class
2.0.0
[2.0.0] - 2020-07-07
Removed
- Changed
Money\Money
into custom ValueObjectMultiSafepay\ValueObject\Money
. Make sure to update all code.
Fixed
- Allow for unknown gateway codes to be used as well
- Removed postcode and state from tax rates, because they are not implemented in API
- Additional unit tests
1.0.0
Fix (#131)