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

Collecting of Shipping Address is not working #41

Closed asteffens closed 3 years ago

asteffens commented 3 years ago

Hey,

when i'm using the example, the Checkout Form does not include the collection of the shipping address, but the configuration of the checkoutSession does include the parameter to collect. see: https://github.com/stripe-samples/firebase-subscription-payments/blob/4cf116c163ba69f0f46bcc782e4162e0edf452a4/public/javascript/app.js#L171

i want to sell Subscription bundled with a physical good, which needs to be shipped. Thanks!

Andy

asteffens commented 3 years ago

related to https://github.com/stripe/stripe-firebase-extensions/issues/285

After adding a document "shipping_countries" in the product collection, shipping collection is available.

asteffens commented 3 years ago

sorry ...