1
0
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:
Addison Beck 2020-09-02 15:52:45 -04:00 committed by GitHub
parent f15768db62
commit 5842284915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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