Skip to content

Releases: MultiSafepay/magento2-core

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

2.14.1

22 Feb 12:43
5f13488
Compare
Choose a tag to compare

Changed

  • Bump version

2.14.0

11 Jan 14:16
bcea04e
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where failed shopping cart refunds in rare cases wouldn't be able to log ApiException and ClientExceptionInterface errors.
  • Fixed an issue where the setting order comments fails on Magento 2.4.3 (Thanks to @Tjitse-E)
  • Fixed an issue where the wrong Api key is used to generate SecureToken (Thanks to @Hexmage)
  • Fixed an issue related to Swagger error

Changed

  • Shipping prices excluding tax are now re-calculated based on the shipping prices including tax

Added

  • Added options for selecting separate order status for different MultiSafepay statuses
  • Added options for selecting separate behaviours of cancelling MutliSafepay order payment link
  • Added error when using adjustment for shopping cart refund

2.13.0

01 Dec 18:21
1ca549d
Compare
Choose a tag to compare

Added

  • Added a separate option for when to send the order confirmation email for the Bank Transfer payment method
  • Added compatibility with Adobe Commerce Gift Card Accounts
  • Added back REST API compatibility, including an end point for retrieving the payment link after order creation.
  • Added the possibility to fetch transaction data in the transaction overview.

Fixed

  • Fixed an issue where the wrong shipping tax rate was being sent when using VAT ID validation

Changed

  • Updated the credit card logo
  • API Keys are now stored with encryption provided by the Encryptor from the Magento Framework
  • MultiSafepay Account data is now dynamically retrieved via an API request for Google Pay Direct
  • Improved logging for Magento payment gateway, client and shipping requests.
  • Changed from using the Magento payment currency validator to using own for filtering by current store currency

2.12.2

03 Nov 10:53
21320f6
Compare
Choose a tag to compare

Changed

  • Bumped the version to match the current meta package version

2.12.1

01 Nov 13:58
f34c128
Compare
Choose a tag to compare

Fixed

  • Fixed an issue related to empty Edenred payment method config

2.12.0

01 Nov 09:09
37f5268
Compare
Choose a tag to compare

Added

  • Added iDEAL and Direct Debit Vault
  • Added Edenred

Fixed

  • Fixed an issue with Vault and Manual capture

Changed

  • Changed the dependency on Guzzle6-adapter from '*' to '^2.0', because Guzzle6-adapter '^1.0' does not implement Psr-7

2.11.0

15 Oct 13:12
4508be5
Compare
Choose a tag to compare

Added

  • Added Apple Pay Direct
  • Added Google Pay Direct/Redirect
  • Added WeChat Pay Redirect

Fixed

  • Fixed an error notice when postal code was left empty (Thanks to @thlassche)