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