mirror of
https://github.com/bitwarden/server.git
synced 2024-11-23 12:25:16 +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,
|
Credit = 4,
|
||||||
[Display(Name = "Wire Transfer")]
|
[Display(Name = "Wire Transfer")]
|
||||||
WireTransfer = 5,
|
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