From 1d892ec8905dcc8acb5540a954e474604ba1790d Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Tue, 13 Apr 2021 15:36:54 +0300 Subject: [PATCH] Add plans --- lib/plausible/billing/plans.ex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/plausible/billing/plans.ex b/lib/plausible/billing/plans.ex index 0e53d58ed..db1618b46 100644 --- a/lib/plausible/billing/plans.ex +++ b/lib/plausible/billing/plans.ex @@ -8,7 +8,8 @@ defmodule Plausible.Billing.Plans do %{product_id: "597309", cost: "$69", limit: 2_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: "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 [ @@ -33,6 +34,13 @@ defmodule Plausible.Billing.Plans do limit: 20_000_000, cycle: "yearly" }, + %{ + product_id: "650653", + cost: "$2640", + monthly_cost: "$220", + limit: 50_000_000, + cycle: "yearly" + }, %{ product_id: "648089", cost: "$4800",