mirror of
https://github.com/bitwarden/server.git
synced 2025-06-13 06:20:48 -05:00
PM-16517: Create personal use plan for additional storage
This commit is contained in:
parent
bc40884db0
commit
b365ba7ea0
@ -38,7 +38,7 @@ public record Families2019Plan : Plan
|
|||||||
HasPremiumAccessOption = true;
|
HasPremiumAccessOption = true;
|
||||||
|
|
||||||
StripePlanId = "personal-org-annually";
|
StripePlanId = "personal-org-annually";
|
||||||
StripeStoragePlanId = "storage-gb-annually";
|
StripeStoragePlanId = "storage-gb-for-personal-use-annually";
|
||||||
StripePremiumAccessPlanId = "personal-org-premium-access-annually";
|
StripePremiumAccessPlanId = "personal-org-premium-access-annually";
|
||||||
BasePrice = 12;
|
BasePrice = 12;
|
||||||
AdditionalStoragePricePerGb = 4;
|
AdditionalStoragePricePerGb = 4;
|
||||||
|
@ -37,7 +37,7 @@ public record FamiliesPlan : Plan
|
|||||||
HasAdditionalStorageOption = true;
|
HasAdditionalStorageOption = true;
|
||||||
|
|
||||||
StripePlanId = "2020-families-org-annually";
|
StripePlanId = "2020-families-org-annually";
|
||||||
StripeStoragePlanId = "storage-gb-annually";
|
StripeStoragePlanId = "storage-gb-for-personal-use-annually";
|
||||||
BasePrice = 40;
|
BasePrice = 40;
|
||||||
AdditionalStoragePricePerGb = 4;
|
AdditionalStoragePricePerGb = 4;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ namespace Bit.Core.Services;
|
|||||||
public class StripePaymentService : IPaymentService
|
public class StripePaymentService : IPaymentService
|
||||||
{
|
{
|
||||||
private const string PremiumPlanId = "premium-annually";
|
private const string PremiumPlanId = "premium-annually";
|
||||||
private const string StoragePlanId = "storage-gb-annually";
|
private const string StoragePlanId = "storage-gb-for-personal-use-annually";
|
||||||
private const string ProviderDiscountId = "msp-discount-35";
|
private const string ProviderDiscountId = "msp-discount-35";
|
||||||
private const string SecretsManagerStandaloneDiscountId = "sm-standalone";
|
private const string SecretsManagerStandaloneDiscountId = "sm-standalone";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user