You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a customer's subscription is reassigned and the old subscription deleted on Stripe, the deletion is not synced and the customer's subscription object in pinax-stripe is left in a stale state. A manual workaround is to delete the subscription in pinax-stripe and resync the subscriptions.
Issue #275 originally reported this bug but it doesn't look like the fix was included in the PR when the issue was closed.
Steps to reproduce
First add a subscription in Stripe
Remove/cancelled the old subscription in Stripe.
This results in the application having two subscriptions for the user/customer.
Workaround: Remove both subscriptions in the application and then to re-run resync logic
The text was updated successfully, but these errors were encountered:
Issue Summary
When a customer's subscription is reassigned and the old subscription deleted on Stripe, the deletion is not synced and the customer's subscription object in pinax-stripe is left in a stale state. A manual workaround is to delete the subscription in pinax-stripe and resync the subscriptions.
Issue #275 originally reported this bug but it doesn't look like the fix was included in the PR when the issue was closed.
Steps to reproduce
This results in the application having two subscriptions for the user/customer.
Workaround: Remove both subscriptions in the application and then to re-run resync logic
The text was updated successfully, but these errors were encountered: