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 Sync failure due to deleted Subscription Items #2020

Closed arnav13081994 closed 4 months ago

arnav13081994 commented 4 months ago

Ignored Invalid Subscription Item errors. This was done because in case a Subscription line item is removed the invoice for that billing cycle will still refer to those now deleted SubscriptionItems.

Fix: #2007