mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
new payment method types
This commit is contained in:
@ -16,5 +16,9 @@ namespace Bit.Core.Enums
|
||||
Credit = 4,
|
||||
[Display(Name = "Wire Transfer")]
|
||||
WireTransfer = 5,
|
||||
[Display(Name = "Apple In-App Purchase")]
|
||||
AppleInApp = 6,
|
||||
[Display(Name = "Google In-App Purchase")]
|
||||
GoogleInApp = 7,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user