1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 06:42:22 -05:00
This commit is contained in:
Jonas Hendrickx 2025-01-02 08:11:47 +01:00
parent b365ba7ea0
commit ce8db1c59f

View File

@ -21,7 +21,7 @@ namespace Bit.Core.Services;
public class StripePaymentService : IPaymentService
{
private const string PremiumPlanId = "premium-annually";
private const string StoragePlanId = "storage-gb-for-personal-use-annually";
private const string StoragePlanId = "personal-storage-gb-annually";
private const string ProviderDiscountId = "msp-discount-35";
private const string SecretsManagerStandaloneDiscountId = "sm-standalone";