Skip to content

Releases: nofrixion/magento2-payment-module

v2.0.0

22 Jul 09:15
02882b9
Compare
Choose a tag to compare

This release implements full NoFrixion Pay by Bank integration into the magento checkout.

Card payments have not been implemented at this stage, but will be added in a future release. To process card payments, please continue to use v1.x.x of the payment module which redirects users to the hosted payment page.

v1.0.8

22 May 11:18
Compare
Choose a tag to compare

Fix bug where changing the payment method settings from Sandbox Mode to Production Mode was ignored.

v1.0.7

25 Apr 08:41
fc5a581
Compare
Choose a tag to compare

Fixes for minor formatting issues with Payment Method 'help' tooltip. This release should be more responsive to different device types.

A known issue where PayPal buttons render over the tooltip was not fixed as this would involve applying styles to the PayPal modules which is not good practice. To resolve this issue, affected merchants can apply the following style to their Magento storefront theme via the Content -> Design -> Configuration settings.

<style>
iframe {
    z-index: 1 !important;
}
</style>

v1.0.6

24 Apr 10:57
Compare
Choose a tag to compare

Fixed issue with order confirmation emails being sent for NoFrixion payments when 'Place Order' was clicked at checkout. Order confirmation emails are now sent when MoneyMoov API notifies magento of successful payment.

v1.0.5

19 Apr 10:19
Compare
Choose a tag to compare

Added tooltip for NoFrixion 'pay by bank' payment method

v1.0.4

05 Apr 09:26
Compare
Choose a tag to compare

Bugfix

  • corrected issue where some orders were not being redirected to the checkout success page after payment.

v1.0.3: Added support for Banks, Card and Both

27 Mar 08:20
Compare
Choose a tag to compare
Added support for banks + Setting for banks/cards/both + Fixed order …

v1.0.2

21 Mar 08:28
Compare
Choose a tag to compare

Added PISP payments (payments directly from bank account).

v1.0.1

16 Mar 09:44
Compare
Choose a tag to compare

Bugfix when returning after payment

v1.0.0

15 Mar 15:05
Compare
Choose a tag to compare

Initial release