Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PaymentMethod and Issuer not set when already sending data #64

Open
svondervoort opened this issue Oct 28, 2024 · 1 comment
Open

PaymentMethod and Issuer not set when already sending data #64

svondervoort opened this issue Oct 28, 2024 · 1 comment

Comments

@svondervoort
Copy link

Description

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

  1. Add the Mollie gateway
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant