Skip to content

Releases: MultiSafepay/magento2

2.11.0

30 Jul 10:59
c8eb3ec
Compare
Choose a tag to compare

Added

  • Added automatic cancellation of MultiSafepay payment links 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)
  • Fixed a bug where some header elements were still visible inside the checkout (Thanks to @Davie82)
  • Fixed a bug where the MultiSafepay payment component external js file could not be loaded when using Magento javascript minification

Changed

  • Improved several UI and UX elements:
    • Added a notice with a link to the MultiSafepay Merchant Control Panel under the API key field
    • Added enabled/disabled indicators next to the gateways and giftcards
    • Added a MultiSafepay mention to the Payment configuration page at Stores > Configuration > Sales > Payment Methods with a link to sign up. Clicking on configuration will redirect to the MultiSafepay General Settings page

2.10.2

20 Jul 15:05
07b27d0
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.10.1

25 Jun 12:47
374bffa
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
  • Removed trailing comma for compatibility with IE11 in frontend plugin. (Thanks to @barryvdh)

2.10.0

17 Jun 12:37
88448b9
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
  • Fixed support page typo's.

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.9.0

03 Jun 14:36
f764e72
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.
  • Fixed a bug where the checkout would restore the first quote, when trying to create a second order in the same session.

Changed

  • Deleted sensitive payment data from the transaction logs.

2.8.1

19 May 12:46
6eb4b2d
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.8.0

12 May 13:11
89ede8c
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)

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.7.1

20 Apr 09:29
9f9bc7b
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 an issue where in certain situations the wrong discount amount was being calculated in combination with the tax
  • 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.7.0

09 Apr 10:38
34b1bd8
Compare
Choose a tag to compare

Added

  • Added option to set no default for default selected payment method.
  • Added a download button to download a zip file with the MultiSafepay log files

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.

Removed

  • Removed order status check and reopening a cancelled order process from the Success controller, since it is already being done by the Notification controller instead.

2.6.0

26 Mar 15:21
887ce0a
Compare
Choose a tag to compare

Added

  • Added support for disabling the shopping cart on the MultiSafepay payment page
  • Added information about the Magento edition to the order request.
  • Added additional quote masked_id and entity_id parameters to the cancel and success payment urls

Fixed

  • Fixed error when creating transaction without available phone number
  • Fixed a bug where the wrong processing status was set for the notifications

Removed

  • Removed obsolete emandate field from Direct Debit checkout

Changed

  • Changed validation for direct payment methods to prevent 400 (Bad Request) errors on selecting payment method
  • Improved the logging for the notification offline actions