craftcms / commerce-mollie

Mollie payment gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-mollie
MIT License
5 stars 10 forks source link

PaymentMethod and Issuer not set when already sending data #64

Open svondervoort opened 4 weeks ago

svondervoort commented 4 weeks ago

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

linear[bot] commented 4 weeks ago

PT-2290 PaymentMethod and Issuer not set when already sending data