Skip to content

Releases: MultiSafepay/magento2-core

2.10.0

27 Aug 12:22
910ae6b
Compare
Choose a tag to compare

Added

  • Added compatibility with Adobe Commerce Gift Wrapping plugin.
  • Payment links can now be used for both order confirmation emails and order comment emails.

Changed

  • Code refactored for order service methods.
  • We are now removing sensitive data from the payment after the customer has been redirected.
  • Changed the resolution of payment icons to be more in line with Magento core payment icons
  • Added date picker field for Date of Birth checkout fields to further increase the consistency of input
  • Dropped support for Magento 2.2.x versions.
  • Deleted unnecessary order savings for better performance

Fixed

  • Fixed PHP Mess detector issues.
  • Fixed a bug where Vault cards would not be stored because of a type error.
  • Fixed a bug where for some custom totals with a value of '0.0' an error would occur on transaction creation.

2.9.0

30 Jul 10:58
3afa7d3
Compare
Choose a tag to compare

Added

  • Added automatic cancellation of MultiSafepay pretransactions for non-paid canceled orders.
  • Added plugin version to the system report log
  • Added possibility to skip automatic invoice creation after MultiSafepay payment.

Fixed

  • Fixed a bug where manual invoices for backend created orders did not go to processing state.
  • Fixed a bug where filling in certain wrong values for the Date of birth field for AfterPay and in3 caused an error
  • Fixed a bug where "Unable to unserialize value" errors were logged for every product.
  • Fixed a bug where the shipping description in the transaction would cause an error if it was null (thanks to @florisschreuder)

2.8.2

20 Jul 14:56
3bbadc0
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the default store url was being used for payment links in backend orders.
  • Fixed a bug related to generating secure token in Magento Open Source 2.4.2
  • Fixed a bug where shopping cart refunds with 0 amounts would not throw an error. (Thanks to @reense)
  • Fixed a bug where if an FPT is used, it in some cases wouldn't get picked up

2.8.1

25 Jun 12:46
5f4e958
Compare
Choose a tag to compare

Fixed

  • Fixed a bug related to TypeError in ShipmentSaveAfterObserver. (Thanks to @Davie82)
  • Fixed a bug related to GET notifications where orders would stay in pending_payment status

2.8.0

17 Jun 12:32
470f337
Compare
Choose a tag to compare

Added

  • Added support MultiSafepay Credit Card component support for credit card payment methods.
  • (dev) Added integration test coverage for secure token class, custom total builder, and additional data builders.

Fixed

  • Fixed a bug related to special cases where some invoices skip the order payment method.
  • Fixed a bug related to wrong showing qty on the payment page for items with decimal qty
  • Fixed issue related to preselected customer group id for a customer session

Changed

  • Moved setting pending_payment status from Redirect controller to Gateway Request Builder
  • Changed the notification method from 'GET' to 'POST'.
  • Updated the PHP-SDK version to version 5.
  • Dropped support for PHP 7.1. Because of this, Magento versions up to version 2.2.9 are not supported anymore.
  • Improved the logging for the notification actions

2.7.0

03 Jun 14:43
1581651
Compare
Choose a tag to compare

Added

  • (dev) Added integration test coverage for all the plugin utils, services and order request builders.
  • Added check if order was paid by gifcard, then will change payment method to one of giftcard payment methods.
  • Added translations for some checkout fields. (Thanks to @Davie82)
  • Added possibility to translate description phrase on MultiSafepay payment page.
  • Added new logo for Bancontact payment method.

Fixed

  • Fixed a bug related to combined payment filters.
  • Fixed a bug where in some cases the customer group id would retrieve wrong value.
  • Fixed a bug where in some cases the shipping tracks array can't contain 0 index.
  • Fixed TypeError for MultiSafepay payment method on notification.

Changed

  • Deleted sensitive payment data from the transaction logs.

2.6.1

19 May 12:43
dfe279f
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in payment validation transaction type constant scope, changed it from private to public.
  • Fixed a bug in Afterpay and in3 payment methods related to phone_number field name.

2.6.0

12 May 13:08
bebfb7e
Compare
Choose a tag to compare

Added

  • Added separate phone number field for Afterpay & in3, which will already be filled in if the phone number is present in the billing address.
  • Added notification about new versions of plugin in admin panel.
  • Added System report to downloadable log archive for improved debugging.
  • Added the possibility to change direct gateway methods to redirect.

Fixed

  • Fixed a bug where 'File not found' error would occur when trying to download log files with ROOT path set to 'pub'.
  • Fixed a bug where in some cases the order confirmation e-mail would be sent when a transaction is expired. (Thanks to @basvanpoppel #1 )

Changed

  • Changed the logs zip archive to be stored temporarily inside the var/tmp directory instead of the root directory.
  • Changed the retrieval of the shipping tax from a calculation based method on the amount to retrieving it via a rate request to improve the accuracy.
  • Changed the info logs into debug and added transaction data to the log. Also deleted unnecessary multisafepay-debug.log file.

2.5.2

20 Apr 09:26
0734589
Compare
Choose a tag to compare

Changed

  • Code refactored for gateway additional data validators.
  • (dev) Orders are now being retrieved with OrderRepositoryInterface instead of OrderInterfaceFactory
  • (dev) Reduced multiple orderRepository save calls

Fixed

  • Fixed an issue where the shipment status update was only being done in the adminhtml scope. It will now trigger from all scopes, including the REST API.
  • Fixed validators giving an error when field for choosing specific has been left empty
  • (dev) Fixed DS constant not being available and replaced it with DIRECTORY_SEPARATOR constant

2.5.1

09 Apr 10:32
988234f
Compare
Choose a tag to compare

Fixed

  • Fixed an error that happened when trying to open orders with an expired transaction.
  • Fixed issue related to a missed tax amount in Fooman Surcharge custom totals
  • Fixed error when choosing 'miss' gender with Afterpay
  • Fixed an error that happened during checkout when there is a custom total in the cart with float as a string value ("0.000")
  • Fixed issue where default pending status would get used instead of the one from the MultiSafepay config

Changed

  • For bank transfer payments, the redirect to the payment page has been brought back. Like with Magento 1, customers will now get redirected to the payment page where they can see the bank transfer details.