Closed asteffens closed 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
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.
sorry ...
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