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