mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
34f1ddfc8c
This pull request introduces a series of improvements to Plausible.Billing.Plans, including: * Tag the JSON file with the plan version * Rename the JSON field limit to monthly_pageview_limit * Move site_limit function to Billing.Plans * Refactor subscription_interval, allowance and site_limit functions * Remove unused AnalyzePlans task
21 lines
418 B
JSON
21 lines
418 B
JSON
[
|
|
{
|
|
"kind":"growth",
|
|
"monthly_pageview_limit":10000,
|
|
"monthly_product_id":"19878",
|
|
"yearly_product_id":"20127",
|
|
"monthly_cost":"$6",
|
|
"yearly_cost":"$60",
|
|
"site_limit":50
|
|
},
|
|
{
|
|
"kind":"growth",
|
|
"monthly_pageview_limit":100000,
|
|
"monthly_product_id":"20657",
|
|
"yearly_product_id":"20658",
|
|
"monthly_cost":"$12.34",
|
|
"yearly_cost":"$120.34",
|
|
"site_limit":50
|
|
}
|
|
]
|