From 584228491515fa0985f224e2e14ffed0e1dfa08d Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Wed, 2 Sep 2020 15:52:45 -0400 Subject: [PATCH] added custom plan item to the static store (#907) --- src/Core/Utilities/StaticStore.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Core/Utilities/StaticStore.cs b/src/Core/Utilities/StaticStore.cs index cf694eea5c..9dc1e92004 100644 --- a/src/Core/Utilities/StaticStore.cs +++ b/src/Core/Utilities/StaticStore.cs @@ -436,6 +436,10 @@ namespace Bit.Core.Utilities SeatPrice = 6, AdditionalStoragePricePerGb = 0.5M }, + new Plan + { + Type = PlanType.Custom + }, }; #endregion