Open chrisvidal opened 4 weeks ago
The issue seems to be in the pay
plugin in the payment
component
this does not seem to be right
{% if paymentMethods is not empty %}
<!-- Payment method -->
{% if paymentMethods|length > 1 %}
it should be this I guess
{% if paymentMethods is not empty %}
Hi,
not sure if the theme is testing ready, but I can't find a way to make the payment once I retrieve the invoice
I created a Stripe payment gateway.