mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
new payment method types
This commit is contained in:
parent
64ddcaaf0f
commit
7a2e86c2ba
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user