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