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:
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: