mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 23:39:30 +00:00
Update plan IDs for pricing-v4
This commit is contained in:
parent
627a34a231
commit
d52ea49a96
@ -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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user