1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-09 00:41:37 +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, AppleInApp = 6,
[Display(Name = "Google In-App Purchase")] [Display(Name = "Google In-App Purchase")]
GoogleInApp = 7, GoogleInApp = 7,
[Display(Name = "Check")]
Check = 8,
} }
} }