Releases: MultiSafepay/php-sdk
Releases · MultiSafepay/php-sdk
4.0.3
Fixed
- Fixed overwriting tax rules in shopping cart when tax rates are too close in range
- Fixed TypeError when quantity in Weight is not a float
4.0.2
Fixed
- Fixed PHP rounding issues when casting amount to int
4.0.1
Fixed
- Fix wrong namespace for QrEnabled class
Changed
- Remove html tags from item name, item description in CartItem, and from order description in OrderRequest
4.0.0
Removed
- Removed obsolete support for
country_name - Removed dependency on
league/iso3166 - Removed dependency on
ext-bcmath
Changed
- Added dependency on
psr/http-client-implementation - Added dependency on
psr/http-message-implementation - Added dependency on
psr/http-factory-implementation
3.0.2
Fixed
- Fix bug where issuers wouldn't be able to load because of wrong issuer code type (int instead of string)
3.0.1
Fixed
- SDK_VERSION constant is now up to date
3.0.0
Fixed
- Make sure QrCode
min_amountandmax_amountmake sense - Fix call to undefined method negative when using refundByMerchantItemId
Removed
- Removed
phone2andaddPhoneNumbers()fromCustomerclass
2.0.0
[2.0.0] - 2020-07-07
Removed
- Changed
Money\Moneyinto 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)