mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -05:00
added more gateway enums
This commit is contained in:
parent
c8af0e8644
commit
72848a0623
@ -3,6 +3,9 @@
|
|||||||
public enum GatewayType : byte
|
public enum GatewayType : byte
|
||||||
{
|
{
|
||||||
Stripe = 0,
|
Stripe = 0,
|
||||||
Braintree = 1
|
Braintree = 1,
|
||||||
|
AppStore = 2,
|
||||||
|
PlayStore = 3,
|
||||||
|
Coinbase = 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user