mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 05:13:58 -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,
|
SeatPrice = 6,
|
||||||
AdditionalStoragePricePerGb = 0.5M
|
AdditionalStoragePricePerGb = 0.5M
|
||||||
},
|
},
|
||||||
|
new Plan
|
||||||
|
{
|
||||||
|
Type = PlanType.Custom
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Reference in New Issue
Block a user