Open maltfield opened 9 months ago
Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.
This issue is still relevant.
Describe the bug
I tried to enable these two payment methods in my woocommerce settings (with
woocommerce-gateway-stripe
):Unfortunately, after enabling these payment options both in my Stripe dashboard and in wooommerce, my wordpress site displays the following errors:
This is, of course, not a technical limitation; it's a bug.
My Stripe account is in EUR and my woocommerce store is in USD. This is not an issue for other payment methods like credit-cards, which get their currency converted at payment time.
To Reproduce
Stripe SEPA Direct Debit
in woocommerce settingsStripe giropay
in woocommerce settingsExpected behavior
I should be able to enable payment methods
Stripe SEPA Direct Debit
andStripe giropay
in a store in any currency, because the currency gets converted to EUR at checkout time.