mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
new payment method types
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user