Closed nkenobi closed 3 years ago
This is a reference example that assumes the prices used are setup with the eur
currency. You can remove sepa_debit
and sofort
from the list of payment method types to avoid this error: https://github.com/stripe-samples/firebase-subscription-payments/blob/24d5267b46901e36149c4ddecd6dbffa331fdc46/public/javascript/app.js#L183.
An error occured: Invalid currency options
usd
. The payment methodsepa_debit
only supports the following currencies:eur
.