ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.87k stars 326 forks source link

Stripe subscription cleanup #9916

Open mattkrick opened 3 days ago

mattkrick commented 3 days ago

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

AC

mattkrick commented 3 days ago

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.