1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[PM-13451] Update subscription setup process to support MOE providers (#4937)

This commit is contained in:
Jonas Hendrickx
2024-10-25 03:56:03 +02:00
committed by GitHub
parent 6272e84c92
commit 53ad9df003
2 changed files with 15 additions and 32 deletions

View File

@ -87,7 +87,9 @@ public record EnterprisePlan : Plan
AdditionalStoragePricePerGb = 4;
StripeStoragePlanId = "storage-gb-annually";
StripeSeatPlanId = "2023-enterprise-org-seat-annually";
StripeProviderPortalSeatPlanId = "password-manager-provider-portal-enterprise-annually-2024";
SeatPrice = 72;
ProviderPortalSeatPrice = 72;
}
else
{