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 user cancels their payment in stripe, we should update the cost center and set it to billingStrategy: 'other' as well as setting the spendingLimit to the default for free users.
When a user cancels their payment in stripe, we should update the cost center and set it to
billingStrategy: 'other'
as well as setting the spendingLimit to the default for free users.The event sent from Stripe on cancellation is called customer.subscription.deleted
The text was updated successfully, but these errors were encountered: