stripe-samples / firebase-subscription-payments

Example web client for the `firestore-stripe-subscriptions` Firebase Extension using Stripe Checkout and the Stripe Customer Portal.
https://stripe-subs-ext.web.app/
MIT License
289 stars 78 forks source link

basic - error when starting demo #39

Closed nkenobi closed 3 years ago

nkenobi commented 3 years ago

An error occured: Invalid currency options usd. The payment method sepa_debit only supports the following currencies: eur.

cjavilla-stripe commented 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.