Subscription tests and domain #2209
Reference in New Issue
Block a user
Delete Branch "zachgoll/subscription-handling-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, we were managing user subscriptions through a few properties on the
Familymodel.This PR introduces a
Subscriptionmodel to manage the lifecycle of a family's Maybe subscription and adds testing for the core Stripe upgrade flows.