mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
premium access addon for families plans
This commit is contained in:
@ -108,9 +108,11 @@ namespace Bit.Core.Utilities
|
||||
BaseSeats = 5,
|
||||
BasePrice = 12,
|
||||
CanBuyAdditionalSeats = false,
|
||||
CanBuyPremiumAccessAddon = true,
|
||||
Name = "Families",
|
||||
StripePlanId = "personal-org-annually",
|
||||
StripStoragePlanId = "storage-gb-annually",
|
||||
StripeStoragePlanId = "storage-gb-annually",
|
||||
StripePremiumAccessPlanId = "personal-org-premium-access-annually",
|
||||
UpgradeSortOrder = 1,
|
||||
TrialPeriodDays = 7,
|
||||
UseTotp = true,
|
||||
@ -127,7 +129,7 @@ namespace Bit.Core.Utilities
|
||||
Name = "Teams (Monthly)",
|
||||
StripePlanId = "teams-org-monthly",
|
||||
StripeSeatPlanId = "teams-org-seat-monthly",
|
||||
StripStoragePlanId = "storage-gb-monthly",
|
||||
StripeStoragePlanId = "storage-gb-monthly",
|
||||
UpgradeSortOrder = 2,
|
||||
TrialPeriodDays = 7,
|
||||
UseTotp = true,
|
||||
@ -143,7 +145,7 @@ namespace Bit.Core.Utilities
|
||||
Name = "Teams (Annually)",
|
||||
StripePlanId = "teams-org-annually",
|
||||
StripeSeatPlanId = "teams-org-seat-annually",
|
||||
StripStoragePlanId = "storage-gb-annually",
|
||||
StripeStoragePlanId = "storage-gb-annually",
|
||||
UpgradeSortOrder = 2,
|
||||
TrialPeriodDays = 7,
|
||||
UseTotp = true,
|
||||
@ -159,7 +161,7 @@ namespace Bit.Core.Utilities
|
||||
Name = "Enterprise (Monthly)",
|
||||
StripePlanId = null,
|
||||
StripeSeatPlanId = "enterprise-org-seat-monthly",
|
||||
StripStoragePlanId = "storage-gb-monthly",
|
||||
StripeStoragePlanId = "storage-gb-monthly",
|
||||
UpgradeSortOrder = 3,
|
||||
TrialPeriodDays = 7,
|
||||
UseGroups = true,
|
||||
@ -181,7 +183,7 @@ namespace Bit.Core.Utilities
|
||||
Name = "Enterprise (Annually)",
|
||||
StripePlanId = null,
|
||||
StripeSeatPlanId = "enterprise-org-seat-annually",
|
||||
StripStoragePlanId = "storage-gb-annually",
|
||||
StripeStoragePlanId = "storage-gb-annually",
|
||||
UpgradeSortOrder = 3,
|
||||
TrialPeriodDays = 7,
|
||||
UseGroups = true,
|
||||
|
Reference in New Issue
Block a user