Update plan IDs for pricing-v4

This commit is contained in:
vishnukvmd 2024-07-29 15:42:12 +05:30 committed by Manav Rathi
parent 627a34a231
commit d52ea49a96
No known key found for this signature in database

View File

@ -122,14 +122,14 @@ func GetFreePlan() ente.FreePlan {
func GetActivePlanIDs() []string { func GetActivePlanIDs() []string {
return []string{ return []string{
"50gb_monthly", "50gb_monthly_v4",
"200gb_monthly", "200gb_monthly_v4",
"500gb_monthly", "1000gb_monthly_v4",
"2000gb_monthly", "2000gb_monthly_v4",
"50gb_yearly", "50gb_yearly_v4",
"200gb_yearly", "200gb_yearly_v4",
"500gb_yearly", "1000gb_yearly_v4",
"2000gb_yearly", "2000gb_yearly_v4",
} }
} }