mirror of
https://github.com/bitwarden/server
synced 2025-12-28 06:03:29 +00:00
[AC 1460] Update Stripe Configuration (#3070)
* change the stripeseat id * change service accountId to align with new product * make all the Id name for consistent
This commit is contained in:
@@ -39,8 +39,8 @@ public static class SecretsManagerPlanStore
|
||||
HasCustomPermissions = true,
|
||||
UpgradeSortOrder = 3,
|
||||
DisplaySortOrder = 3,
|
||||
StripeSeatPlanId = "sm-enterprise-seat-monthly",
|
||||
StripeServiceAccountPlanId = "service-account-monthly",
|
||||
StripeSeatPlanId = "secrets-manager-enterprise-seat-monthly",
|
||||
StripeServiceAccountPlanId = "secrets-manager-service-account-monthly",
|
||||
BasePrice = 0,
|
||||
SeatPrice = 13,
|
||||
AdditionalPricePerServiceAccount = 0.5M,
|
||||
@@ -77,8 +77,8 @@ public static class SecretsManagerPlanStore
|
||||
HasCustomPermissions = true,
|
||||
UpgradeSortOrder = 3,
|
||||
DisplaySortOrder = 3,
|
||||
StripeSeatPlanId = "sm-enterprise-seat-annually",
|
||||
StripeServiceAccountPlanId = "service-account-annually",
|
||||
StripeSeatPlanId = "secrets-manager-enterprise-seat-annually",
|
||||
StripeServiceAccountPlanId = "secrets-manager-service-account-annually",
|
||||
BasePrice = 0,
|
||||
SeatPrice = 144,
|
||||
AdditionalPricePerServiceAccount = 6,
|
||||
@@ -107,8 +107,8 @@ public static class SecretsManagerPlanStore
|
||||
UsersGetPremium = true,
|
||||
UpgradeSortOrder = 2,
|
||||
DisplaySortOrder = 2,
|
||||
StripeSeatPlanId = "sm-teams-seat-monthly",
|
||||
StripeServiceAccountPlanId = "service-account-monthly",
|
||||
StripeSeatPlanId = "secrets-manager-teams-seat-monthly",
|
||||
StripeServiceAccountPlanId = "secrets-manager-service-account-monthly",
|
||||
BasePrice = 0,
|
||||
SeatPrice = 7,
|
||||
AdditionalPricePerServiceAccount = 0.5M,
|
||||
@@ -139,8 +139,8 @@ public static class SecretsManagerPlanStore
|
||||
|
||||
UpgradeSortOrder = 2,
|
||||
DisplaySortOrder = 2,
|
||||
StripeSeatPlanId = "sm-teams-seat-annually",
|
||||
StripeServiceAccountPlanId = "service-account-annually",
|
||||
StripeSeatPlanId = "secrets-manager-teams-seat-annually",
|
||||
StripeServiceAccountPlanId = "secrets-manager-service-account-annually",
|
||||
BasePrice = 0,
|
||||
SeatPrice = 72,
|
||||
AdditionalPricePerServiceAccount = 6,
|
||||
|
||||
Reference in New Issue
Block a user