1
0
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:
Addison Beck
2020-09-02 15:52:45 -04:00
committed by GitHub
parent f15768db62
commit 5842284915

View File

@ -436,6 +436,10 @@ namespace Bit.Core.Utilities
SeatPrice = 6,
AdditionalStoragePricePerGb = 0.5M
},
new Plan
{
Type = PlanType.Custom
},
};
#endregion