1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

add check type to payment methods

This commit is contained in:
Kyle Spearrin 2020-02-07 16:38:33 -05:00
parent 16f718f2be
commit 71995b21ee

View File

@ -20,5 +20,7 @@ namespace Bit.Core.Enums
AppleInApp = 6,
[Display(Name = "Google In-App Purchase")]
GoogleInApp = 7,
[Display(Name = "Check")]
Check = 8,
}
}