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
Customer with an overdue subscription tried to cancel, but got an error.
It's because we have validation for subscription cancelations that it's an active subscription to prevent API calls for already canceled or revoked subscriptions. However, we should also allow overdue subscriptions to be canceled, of course.
The text was updated successfully, but these errors were encountered:
Customer with an overdue subscription tried to cancel, but got an error.
It's because we have validation for subscription cancelations that it's an active subscription to prevent API calls for already canceled or revoked subscriptions. However, we should also allow
overdue
subscriptions to be canceled, of course.The text was updated successfully, but these errors were encountered: