Skip to content

Releases: MultiSafepay/php-sdk

4.0.3

17 Dec 08:08
057229e

Choose a tag to compare

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

24 Nov 10:28
acbefde

Choose a tag to compare

Fixed

  • Fixed PHP rounding issues when casting amount to int

4.0.1

26 Oct 22:30
0160b02

Choose a tag to compare

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

11 Sep 10:02
53993ec

Choose a tag to compare

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

03 Sep 10:04
636e9cd

Choose a tag to compare

Fixed

  • Fix bug where issuers wouldn't be able to load because of wrong issuer code type (int instead of string)

3.0.1

02 Sep 10:13
098bb08

Choose a tag to compare

Fixed

  • SDK_VERSION constant is now up to date

3.0.0

19 Aug 11:00
ea51497

Choose a tag to compare

Fixed

  • Make sure QrCode min_amount and max_amount make sense
  • Fix call to undefined method negative when using refundByMerchantItemId

Removed

  • Removed phone2 and addPhoneNumbers() from Customer class

2.0.0

22 Jul 15:47
7ba8797

Choose a tag to compare

[2.0.0] - 2020-07-07

Removed

  • Changed Money\Money into custom ValueObject MultiSafepay\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

08 Jun 14:02
724fc2f

Choose a tag to compare

Fix (#131)