mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
update plans with new stripe plan ids
This commit is contained in:
parent
2d3ea25baa
commit
9322b094cf
@ -109,8 +109,8 @@ namespace Bit.Core.Utilities
|
|||||||
CanBuyAdditionalSeats = true,
|
CanBuyAdditionalSeats = true,
|
||||||
MaxAdditionalSeats = 5,
|
MaxAdditionalSeats = 5,
|
||||||
Name = "Personal",
|
Name = "Personal",
|
||||||
StripePlanId = "personal-annual",
|
StripePlanId = "personal-org-annually",
|
||||||
StripeSeatPlanId = "personal-user-annual",
|
StripeSeatPlanId = "personal-org-seat-annually",
|
||||||
UpgradeSortOrder = 1
|
UpgradeSortOrder = 1
|
||||||
},
|
},
|
||||||
new Plan
|
new Plan
|
||||||
@ -121,8 +121,8 @@ namespace Bit.Core.Utilities
|
|||||||
SeatPrice = 2.5M,
|
SeatPrice = 2.5M,
|
||||||
CanBuyAdditionalSeats = true,
|
CanBuyAdditionalSeats = true,
|
||||||
Name = "Teams (Monthly)",
|
Name = "Teams (Monthly)",
|
||||||
StripePlanId = "teams-monthly",
|
StripePlanId = "teams-org-monthly",
|
||||||
StripeSeatPlanId = "teams-user-monthly",
|
StripeSeatPlanId = "teams-org-seat-monthly",
|
||||||
UpgradeSortOrder = 2
|
UpgradeSortOrder = 2
|
||||||
},
|
},
|
||||||
new Plan
|
new Plan
|
||||||
@ -133,8 +133,8 @@ namespace Bit.Core.Utilities
|
|||||||
SeatPrice = 24,
|
SeatPrice = 24,
|
||||||
CanBuyAdditionalSeats = true,
|
CanBuyAdditionalSeats = true,
|
||||||
Name = "Teams (Annually)",
|
Name = "Teams (Annually)",
|
||||||
StripePlanId = "teams-annual",
|
StripePlanId = "teams-org-annually",
|
||||||
StripeSeatPlanId = "teams-user-annual",
|
StripeSeatPlanId = "teams-org-seat-annually",
|
||||||
UpgradeSortOrder = 2
|
UpgradeSortOrder = 2
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user