diff --git a/packages/schemas/src/consts/subscriptions.ts b/packages/schemas/src/consts/subscriptions.ts index 212886f33..3692fccb1 100644 --- a/packages/schemas/src/consts/subscriptions.ts +++ b/packages/schemas/src/consts/subscriptions.ts @@ -17,14 +17,12 @@ export enum ReservedPlanId { * - LOG-8339: Migrate legacy Stripe data */ Hobby = 'hobby', + Pro = 'pro', /** * @deprecated - * Now this `pro` ID is not used anymore, we use `hobby` as the `pro` plan ID. - * Only use this `pro` value when displaying the plan ID to the user. - * - * Todo @darcyYe see `Hobby` todo + * Should not use this plan ID, we only use this tag as a record for the legacy `pro` plan since we will rename the `hobby` plan to be `pro`. */ - Pro = 'pro', + LegacyPro = 'legacy-pro', Development = 'dev', /** * This plan ID is reserved for Admin tenant.