Add plans

This commit is contained in:
Uku Taht 2021-04-13 15:36:54 +03:00
parent 4fd5cdff58
commit 1d892ec890

View File

@ -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",