mirror of
https://github.com/bitwarden/server
synced 2025-12-31 15:43:16 +00:00
added more gateway enums
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
public enum GatewayType : byte
|
||||
{
|
||||
Stripe = 0,
|
||||
Braintree = 1
|
||||
Braintree = 1,
|
||||
AppStore = 2,
|
||||
PlayStore = 3,
|
||||
Coinbase = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user