You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed several issues with the Mollie integration, including missing SDK dependencies, payment creation errors, and redirect handling.
Fixed an issue where Mollie payment descriptions could render raw Twig, such as {{ form.name }}, instead of the parsed value.
Fixed an issue where successful Mollie payment returns did not always re-enter Freeform's success handling pipeline, affecting success banners and configured success behavior for AJAX and non-AJAX forms.
Fixed an issue where Mollie payment fields could inherit an invalid default value, causing duplicate-key errors.