Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer subscription deleted on Stripe leaves customer in cancelled state #374

Open
gregnewman opened this issue Sep 22, 2017 · 1 comment
Assignees
Labels

Comments

@gregnewman
Copy link
Contributor

gregnewman commented Sep 22, 2017

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

  • 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

@gregnewman gregnewman added the bug label Sep 22, 2017
@gregnewman gregnewman self-assigned this Sep 22, 2017
@blueyed
Copy link
Contributor

blueyed commented Nov 7, 2017

@gregnewman
Have you investigated there already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants