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

Stripe subscription cleanup #9916

Open
1 task
mattkrick opened this issue Jul 1, 2024 · 1 comment
Open
1 task

Stripe subscription cleanup #9916

mattkrick opened this issue Jul 1, 2024 · 1 comment
Assignees
Labels
bug chore p3 Should be addressed when able

Comments

@mattkrick
Copy link
Member

We've got some spaghetti when it comes to ending a stripe subscription.

AC

  • failure to pay, downgrading, and the stripe delete subscription all occur with no errors & reuse code where possible
@mattkrick mattkrick added the bug label Jul 1, 2024
@mattkrick mattkrick self-assigned this Jul 1, 2024
@mattkrick
Copy link
Member Author

invoice.payment_failed
subscription.deleted
downgradeToStarter

all of these are in the neighborhood of removing a subscription from an Org. they should all set the tier to starter for the org, team, users, orguesrs, etc.

We should tackle this after OrgUser and Org are in PG.

@jordanh jordanh added the chore label Aug 21, 2024
@jordanh jordanh added this to Product Aug 21, 2024
@github-project-automation github-project-automation bot moved this to To triage in Product Aug 21, 2024
@jordanh jordanh added the p3 Should be addressed when able label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug chore p3 Should be addressed when able
Projects
Status: No status
Status: Backlog
Development

No branches or pull requests

2 participants