mirror of
https://github.com/bitwarden/server.git
synced 2025-01-22 21:51:22 +01:00
added custom plan item to the static store (#907)
This commit is contained in:
parent
f15768db62
commit
5842284915
@ -436,6 +436,10 @@ namespace Bit.Core.Utilities
|
||||
SeatPrice = 6,
|
||||
AdditionalStoragePricePerGb = 0.5M
|
||||
},
|
||||
new Plan
|
||||
{
|
||||
Type = PlanType.Custom
|
||||
},
|
||||
};
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user