mirror of
https://github.com/bitwarden/server.git
synced 2025-04-25 06:42:22 -05:00
f
This commit is contained in:
parent
b365ba7ea0
commit
ce8db1c59f
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user