Skip to content

Releases: MultiSafepay/magento2-frontend

1.12.0

01 Nov 09:09
1dc1615
Compare
Choose a tag to compare

Added

  • Added iDEAL and Direct Debit Vault
  • Added Edenred

Changed

  • Changed the Vault 'Save for later use' checkbox to be default unchecked instead of checked for MultiSafepay payment methods
  • Changed the module to not only return an 'ng' on notification failure and show more information about why the notification process failed

1.11.0

15 Oct 13:12
55e9540
Compare
Choose a tag to compare

Added

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

Fixed

  • Fixed Credit Card Payment Component not showing on IE due to new JS syntax (thanks to @thlassche)
  • Fixed the utm_nooverride parameter not being picked up in Google Analytics because of a trailing slash (Thanks to @peterjaap)

Changed

  • Changed the placement of the iDEAL issuers dropdown to be on top of the billing address instead of below it.

1.10.2

07 Oct 19:33
49035f2
Compare
Choose a tag to compare

Changed

  • Updated the MultiSafepay credit card component javascript library from V1 to V2.

1.10.1

07 Sep 13:38
f34c61d
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where there were duplicate controllers with the legacy plugin, causing an error on transaction placement.

1.10.0

27 Aug 12:22
64cb4fb
Compare
Choose a tag to compare

Changed

  • We are now removing sensitive data from the payment after the customer has been redirected.
  • 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.

Fixed

  • Fixed a bug where some POST notification can be restricted because of CSRF validation.
  • Fixed a bug where retrieving Vault stored cards would cause a type error.
  • Fixed PHP Mess detector issues.

1.9.2

30 Jul 10:58
0394484
Compare
Choose a tag to compare

Fixed

  • 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

1.9.1

25 Jun 12:46
c55d9bf
Compare
Choose a tag to compare

Fixed

  • 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)

1.9.0

17 Jun 12:33
277b3bb
Compare
Choose a tag to compare

Added

  • Added MultiSafepay Credit Card component support for credit card payment methods.

Changed

  • Moved setting pending_payment status from Redirect controller to Gateway Request Builder
  • Changed the notification method from 'GET' to 'POST'
  • Improved the logging for the notification actions

1.8.0

03 Jun 14:38
a2e7bc6
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the checkout would restore the first quote, when trying to create a second order in the same session.

Added

  • Added translations to checkout fields. (Thanks to @Davie82)

1.7.1

19 May 12:44
840e88e
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in payment validation transaction type constant scope, changed it from private to public.