Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collab: Prevent users from ending up with multiple active billing sub…
…scriptions (#19574) This PR adds some safeguards to ensure that users do not end up with multiple active billing subscriptions. We now do the following: 1. When initiating a checkout, we first make sure the user does not already have an active subscription. 2. When creating subscriptions in response to Stripe events, we ensure that we don't already have an active subscription. Release Notes: - N/A
- Loading branch information