analytics/priv/legacy_plans.json
RobertJoonas a226773da1
Legacy plans (#3455)
* replace unlisted plans with legacy plans

...and add a legacy plan that has an existing subscriber in Paddle. All
legacy plans are considered generation 1 - meaning that when a user on
one of these plans and they'll go to the upgrade page, then the listed
plans will be v1 for Growth and v3 for Business.

* remove redundant plans_sandbox function

* remove the unused 'scope' argument from Plans.find

* remove unused plan

* add basic test coverage for legacy plans

* add another plan with an existing active subscriber (fix another bug)
2023-10-25 13:46:55 +03:00

23 lines
525 B
JSON

[
{
"kind":"growth",
"generation": 1,
"monthly_pageview_limit":1000000,
"yearly_product_id":"590753",
"monthly_product_id":"558746",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation": 1,
"monthly_pageview_limit":150000000,
"yearly_product_id":"648089",
"monthly_product_id":null,
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
}
]