Skip to content

Releases: MultiSafepay/magento2-core

2.20.0

07 Dec 16:24
a2bd5ba
Compare
Choose a tag to compare

Added

  • Added support for optional customer city argument
  • Added raw response data to Apple Pay Merchant Session request logs for better debugging possibilities
  • Added improved response handling for Pay After Delivery and Klarna refunds

Fixed

  • Fixed '1000 Required Fields error' in rare cases when creating a shipping update request
  • Make sure checkout loads if API is unreachable

Changed

  • Only retrieve issuers for a gateway when it has been activated
  • The payment will now only be saved after redirect, whenever sensitive information has been detected and removed from the payment additional information
  • Changed the POST notification process to only retrieve the order after POST validation has passed

2.19.1

24 Oct 16:04
d676e33
Compare
Choose a tag to compare

Fixed

  • Fixed a TypeError which happened in some instances when trying to retrieve E-invoicing dynamic checkout fields.
  • Fixed an issue where overriding when to send the order confirmation e-mail on gateway level sometimes did not work.
  • Fixed an issue where it was not possible to refund orders created with a generic gateway

Changed

  • Skipped E-invoicing validation if payment method is set up as redirect

2.19.0

04 Oct 15:16
b02b637
Compare
Choose a tag to compare

Added

  • Payment links will now always be added to the order comment history again. For backend orders it happens immediately, for frontend orders it now happens when the first MultiSafepay notification arrives.
  • Added Amazon Pay.
  • Added an option for E-invoicing to assign collecting flow ids to specific customer groups.
  • Added an option for E-invoicing to turn on and off certain checkout fields.

Changed

  • Magento Vault stored payment methods now change to the gateway where the card was last used.

2.18.1

12 Sep 10:49
2278da2
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where in rare instances Magento Vault would cause a 'unique constraint violation' when trying to save a payment token.
  • Fixed an Uncaught TypeError when trying to log the order if the order ID can't be found.

2.18.0

23 Aug 14:00
be830b7
Compare
Choose a tag to compare

Added

  • Added the MyBank payment method
  • Improved logging for failed POST notifications

Fixed

  • Fixed an issue where in some cases VISA transactions could not be refunded through the backend

2.17.0

11 Jul 13:41
1205e34
Compare
Choose a tag to compare

Added

  • Added a configuration option for overriding when to send the order confirmation e-mail for pay later methods

Fixed

  • Fixed an issue where the order state switches to 'Pending payment' after 'Completed' in rare cases

Removed

  • Removed the payment link order comment for frontend orders, because of multiple processes trying to save the order, which causes an issue in some instances

2.16.0

29 Jun 13:54
543cdb4
Compare
Choose a tag to compare

Added

  • Added Vault for Maestro
  • Added the Alipay+ payment method

Fixed

  • Fixed an issue where placing orders through some gateways with GraphQL returns an error
  • Fixed an issue where there would be duplicated tokens stored in Vault in some rare cases

2.15.2

13 May 15:54
19630f4
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the timing of request timeouts for incoming notifications

2.15.1

11 May 12:09
fd33fdb
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where in rare cases the salable quantity would be incremented twice when a transaction is canceled or declined

2.15.0

04 May 14:24
2a10098
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where MultiSafepay orders in state pending_payment could not go to processing if the order was paid through another way.
  • Fixed an issue with a circular dependency in the Config, which shows up during a setup:upgrade command.
  • Fixed an issue with the custom REST API endpoint for retrieving the payment URL for a specific logged in customer, where it returned an incorrect type use error.
  • Fixed an issue with the Amasty_OrderStatus module where it wasn't able to correctly save an order comment after placing it.

Changed

  • Deprecated ING Home'Pay
  • Added changes that are required for PHP 8.1:
    • Added function type declarations
    • Changed namespaces to be declared on a single line
  • Removed the dependency for Guzzle 6 and replaced it with a custom client implementation based on the Magento Curl Adapter
  • Removed the dependency for php-http/guzzle6-adapter and replaced it with nyholm/psr7