dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.
https://dj-stripe.dev
MIT License
1.56k stars 474 forks source link

fix(enums): Adds paused as a valid SubscriptionStatus. #2012

Closed anormang1992 closed 6 months ago

anormang1992 commented 6 months ago

Depending on the trial_settings.end_behavior, a subscription can be moved into a paused status if a payment method is not on file.