Skip to content

Releases: MultiSafepay/php-sdk

3.0.0

19 Aug 11:00
ea51497
Compare
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
Compare
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
Compare
Choose a tag to compare
Fix (#131)