1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

storage in billing and org signup

This commit is contained in:
Kyle Spearrin
2017-07-11 10:25:00 -04:00
parent 879494274a
commit a8ff190fb5
8 changed files with 44 additions and 3 deletions

View File

@ -110,6 +110,7 @@ namespace Bit.Core.Utilities
Name = "Personal",
StripePlanId = "personal-org-annually",
StripeSeatPlanId = "personal-org-seat-annually",
StripStoragePlanId = "storage-gb-annually",
UpgradeSortOrder = 1,
TrialPeriodDays = 7,
UseTotp = true,
@ -125,6 +126,7 @@ namespace Bit.Core.Utilities
Name = "Teams (Monthly)",
StripePlanId = "teams-org-monthly",
StripeSeatPlanId = "teams-org-seat-monthly",
StripStoragePlanId = "storage-gb-monthly",
UpgradeSortOrder = 2,
TrialPeriodDays = 7,
UseTotp = true,
@ -140,6 +142,7 @@ namespace Bit.Core.Utilities
Name = "Teams (Annually)",
StripePlanId = "teams-org-annually",
StripeSeatPlanId = "teams-org-seat-annually",
StripStoragePlanId = "storage-gb-annually",
UpgradeSortOrder = 2,
TrialPeriodDays = 7,
UseTotp = true,
@ -155,6 +158,7 @@ namespace Bit.Core.Utilities
Name = "Enterprise (Monthly)",
StripePlanId = null,
StripeSeatPlanId = "enterprise-org-seat-monthly",
StripStoragePlanId = "storage-gb-monthly",
UpgradeSortOrder = 3,
TrialPeriodDays = 7,
UseGroups = true,
@ -172,6 +176,7 @@ namespace Bit.Core.Utilities
Name = "Enterprise (Annually)",
StripePlanId = null,
StripeSeatPlanId = "enterprise-org-seat-annually",
StripStoragePlanId = "storage-gb-annually",
UpgradeSortOrder = 3,
TrialPeriodDays = 7,
UseGroups = true,