mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Add plans
This commit is contained in:
parent
4fd5cdff58
commit
1d892ec890
@ -8,7 +8,8 @@ defmodule Plausible.Billing.Plans do
|
|||||||
%{product_id: "597309", cost: "$69", limit: 2_000_000, cycle: "monthly"},
|
%{product_id: "597309", cost: "$69", limit: 2_000_000, cycle: "monthly"},
|
||||||
%{product_id: "597311", cost: "$99", limit: 5_000_000, cycle: "monthly"},
|
%{product_id: "597311", cost: "$99", limit: 5_000_000, cycle: "monthly"},
|
||||||
%{product_id: "642352", cost: "$150", limit: 10_000_000, cycle: "monthly"},
|
%{product_id: "642352", cost: "$150", limit: 10_000_000, cycle: "monthly"},
|
||||||
%{product_id: "642355", cost: "$225", limit: 20_000_000, cycle: "monthly"}
|
%{product_id: "642355", cost: "$225", limit: 20_000_000, cycle: "monthly"},
|
||||||
|
%{product_id: "650652", cost: "$330", limit: 50_000_000, cycle: "monthly"}
|
||||||
]
|
]
|
||||||
|
|
||||||
@yearly_plans [
|
@yearly_plans [
|
||||||
@ -33,6 +34,13 @@ defmodule Plausible.Billing.Plans do
|
|||||||
limit: 20_000_000,
|
limit: 20_000_000,
|
||||||
cycle: "yearly"
|
cycle: "yearly"
|
||||||
},
|
},
|
||||||
|
%{
|
||||||
|
product_id: "650653",
|
||||||
|
cost: "$2640",
|
||||||
|
monthly_cost: "$220",
|
||||||
|
limit: 50_000_000,
|
||||||
|
cycle: "yearly"
|
||||||
|
},
|
||||||
%{
|
%{
|
||||||
product_id: "648089",
|
product_id: "648089",
|
||||||
cost: "$4800",
|
cost: "$4800",
|
||||||
|
Loading…
Reference in New Issue
Block a user