elabdesunil / django-stripe-subscription

A Django Application that handles subscription payment through stripe "fixed-price" subscription, with a detailed tutorial. The app redirects users to Stripe Checkout in subscription mode, listens to Stripe webhook to see if the transaction completed and add the relevant data to the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support only for single product?

paulocoutinhox opened this issue · comments

Hi,

Thanks for this.

But it has support only for a single product represented by STRIPE_PRICE_ID?

Thanks.