From ce8db1c59f3c2b5a927b62f25af6df2d9957f0bf Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Thu, 2 Jan 2025 08:11:47 +0100 Subject: [PATCH] f --- src/Core/Services/Implementations/StripePaymentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index 48bff0dfef..210a427f2b 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -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";