Skip to content

Releases: MultiSafepay/php-sdk

5.8.0

05 Dec 10:49
0c219de
Compare
Choose a tag to compare

Added

  • PHPSDK-85: Add support for "payment-methods" endpoint
  • MAGWIRE-3: Add support for accessing the pluginDetails object from the OrderRequest to enable overwriting its data
  • PLGMAG2V2-488: Add methods to the OrderRequest to retrieve the ShoppingCart, CheckoutOptions and TaxTable objects
  • PHPSDK-112: Add the raw_response_body of a request to the context, to always have the actual response available that was retrieved from an API request

Fixed

  • PHPSDK-113: Fix an issue where the locale argument was being overwritten in GET requests, even if it was already defined

5.7.0

24 Oct 15:14
5.7.0
994331a
Compare
Choose a tag to compare

Added

  • PHPSDK-99: Trim API-KEY in signature validation
  • PHPSDK-96: Add method to get GatewayInfo object from the OrderRequest object

Fixed

  • PHPSDK-97: Fix a bug in which OrderRequest->get('key') returns null
  • PHPSDK-107: Fix issuer listing when response from API is an empty array (Thanks to @barryvdh)

5.6.0

12 Jul 15:16
406220e
Compare
Choose a tag to compare

Added

  • PHPSDK-94: Support for listing transactions
  • DAVAMS-491: Add GatewayInfo object for MyBank issuers

Changed

  • Sdk class: save the tokenManager as a class variable to avoid creating new instances
  • TokenManager: Reduce the amount of API calls when getting tokens by gateway

Fixed

  • PHPSDK-98: Fix the filter for allowed options in the GatewayManager

5.5.0

11 May 11:07
251a3a0
Compare
Choose a tag to compare

Added

  • PHPSDK-90: Add MAESTRO tokens within the results of the CREDITCARD tokens request

Changed

  • PHPSDK-91: Add trim on API key when initializing the SDK

5.4.0

30 Nov 12:44
3844837
Compare
Choose a tag to compare

Added

  • Added the AccountManager class which can be used for retrieving MultiSafepay account data

Changed

  • Updated the API token endpoint url to use 'json' instead of 'connect', since 'connect' will be deprecated

5.3.1

29 Oct 12:51
9e288b3
Compare
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
Compare
Choose a tag to compare

Added

5.2.2

30 Sep 10:02
314fb03
Compare
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
Compare
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
Compare
Choose a tag to compare

Added