Skip to content

Releases: MultiSafepay/php-sdk

5.3.1

29 Oct 12:51
9e288b3

Choose a tag to compare

Added

  • Added possibility to add settings along with payment options in the transaction request

5.3.0

15 Oct 10:05
dd6a1e5

Choose a tag to compare

Added

5.2.2

30 Sep 10:02
314fb03

Choose a tag to compare

Fixed

  • Fixed a bug where some addresses that start with a number would return null.

5.2.1

06 Sep 09:51
0da8bfc

Choose a tag to compare

Fixed

  • Fixed a bug where a refund could not be created if the orderId parameter wasn't provided.

5.2.0

27 Aug 11:13
aa908d3

Choose a tag to compare

Added

5.1.1

14 Jul 08:13
5.1.1
5d9722f

Choose a tag to compare

Changed

  • Removal of phone number filtering in PhoneNumber value object.

5.1.0

01 Jun 08:37
0af072d

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

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

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

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