Skip to content

Releases: MultiSafepay/php-sdk

5.1.0

01 Jun 08:37
0af072d
Compare
Choose a tag to compare

Changed

  • Deprecation of duplicate method TransactionResponse->getPaymentLink().

Added

Fixed

  • Fix bug when requesting transaction details for an order registered without a ShoppingCart returning InvalidArgumentException with clear error message

5.0.1

11 Mar 16:42
611214c
Compare
Choose a tag to compare

Changed

  • getGateways will now include all merchant enabled gift cards by default
  • Prevent validation error on comma-separated IP addresses, now using first IP address
  • Remove type hint for CartItem quantity to allow for float values

5.0.0

26 Feb 07:42
4609aed
Compare
Choose a tag to compare

Added

  • Add support for PHP 8.0

Removed

  • Removed support for PHP 7.1

4.1.0

03 Feb 13:04
96895d0
Compare
Choose a tag to compare

Added

  • Add support for company_name in Customer object
  • Add support for tokenization
  • Add new method in TransactionResponse object to check if requires shopping cart to process refunds.
  • Add new methods to simplify how to set properties in multiple objects

4.0.3

17 Dec 08:08
057229e
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fixed PHP rounding issues when casting amount to int

4.0.1

26 Oct 22:30
0160b02
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • SDK_VERSION constant is now up to date