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

fix: exclude inactive price data #24

Closed 17number closed 3 years ago

17number commented 3 years ago

Thank you for awesome sample! I fix code for ignoring archived price data. Please merge it if it's okay.

thorsten-stripe commented 3 years ago

I had to make some changes, so added the active true query filter here https://github.com/stripe-samples/firebase-subscription-payments/pull/25/files#diff-6e66cf7a8adf92f7ca392b129605c1c8b73c2bfb85c3f9a8256fd46d58746c0aR83