mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
update stripe plan names
This commit is contained in:
parent
382be7a90b
commit
fee9bde12f
@ -108,8 +108,8 @@ namespace Bit.Core.Utilities
|
|||||||
Trial = new TimeSpan(14, 0, 0, 0),
|
Trial = new TimeSpan(14, 0, 0, 0),
|
||||||
Cycle = now => now.AddYears(1) - now,
|
Cycle = now => now.AddYears(1) - now,
|
||||||
Name = "Personal",
|
Name = "Personal",
|
||||||
StripeAnnualPlanId = "premium-yearly",
|
StripeAnnualPlanId = "personal-annual",
|
||||||
StripeAnnualUserPlanId = "premium-user-yearly"
|
StripeAnnualUserPlanId = "personal-user-annual"
|
||||||
},
|
},
|
||||||
new Plan
|
new Plan
|
||||||
{
|
{
|
||||||
@ -124,10 +124,10 @@ namespace Bit.Core.Utilities
|
|||||||
Trial = new TimeSpan(14, 0, 0, 0),
|
Trial = new TimeSpan(14, 0, 0, 0),
|
||||||
Cycle = now => now.AddMonths(1) - now,
|
Cycle = now => now.AddMonths(1) - now,
|
||||||
Name = "Teams",
|
Name = "Teams",
|
||||||
StripeAnnualPlanId = "premium-yearly",
|
StripeAnnualPlanId = "teams-annual",
|
||||||
StripeAnnualUserPlanId = "premium-user-yearly",
|
StripeAnnualUserPlanId = "teams-user-annual",
|
||||||
StripeMonthlyPlanId = "premium-yearly",
|
StripeMonthlyPlanId = "teams-monthly",
|
||||||
StripeMonthlyUserPlanId = "premium-user-yearly"
|
StripeMonthlyUserPlanId = "teams-user-monthly"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user