mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
add check type to payment methods
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user