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
Using the following code {{ cart.gateway.getPaymentFormHtml({})|raw }}
It returns 2 select elements with options. One for the PaymentMethod and one for the Issuer.
How ever when selecting any of the options, the first page of Mollie when submitting to 'commerce/payments/pay' will still ask you to select a PaymentMethod and Issuer.
Is this something on the Mollie side, is the selected data not send to Mollie or are we sending the wrong data?
Steps to reproduce
Add the Mollie gateway
add {{ cart.gateway.getPaymentFormHtml({})|raw }} to the checkout and submit
Additional info
Craft version: Craft Pro 4.12.8
PHP version: 8.3.11
Database driver & version: MariaDB 10.10.7
Plugins & versions: Craft Commerce 4.7.0
The text was updated successfully, but these errors were encountered:
Thank you for your message. I have just tried to replicate this and unfortunately I was not able to.
Below is a video showcasing the selection of different payment methods and the Mollie test suite showing the different forms/information based on that choice.
CleanShot.2025-02-07.at.09.37.54.mp4
This test was done with the latest version of the plugin and using Commerce's example templates.
It maybe worth taking a look at the payment example template and comparing it to your implementation to see if there are any differences.
Description
Using the following code
{{ cart.gateway.getPaymentFormHtml({})|raw }}
It returns 2 select elements with options. One for the
PaymentMethod
and one for theIssuer
.How ever when selecting any of the options, the first page of Mollie when submitting to
'commerce/payments/pay'
will still ask you to select aPaymentMethod
andIssuer
.Is this something on the Mollie side, is the selected data not send to Mollie or are we sending the wrong data?
Steps to reproduce
{{ cart.gateway.getPaymentFormHtml({})|raw }}
to the checkout and submitAdditional info
Craft Pro 4.12.8
8.3.11
MariaDB 10.10.7
Craft Commerce 4.7.0
The text was updated successfully, but these errors were encountered: