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
Description
Using the following code
{{ cart.gateway.getPaymentFormHtml({})|raw }}
It returns 2 select elements with options. One for thePaymentMethod
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