Update auth.ts

This commit is contained in:
Nicolas 2024-10-29 15:58:20 -03:00
parent c96b36d045
commit 7152ac8856

View File

@ -354,6 +354,7 @@ function getPlanByPriceId(price_id: string): PlanType {
return "standardnew";
case process.env.STRIPE_PRICE_ID_GROWTH:
case process.env.STRIPE_PRICE_ID_GROWTH_YEARLY:
case price_id:
return "growth";
case process.env.STRIPE_PRICE_ID_GROWTH_DOUBLE_MONTHLY:
return "growthdouble";