1
0
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:
Kyle Spearrin 2017-08-12 23:10:01 -04:00
parent c8af0e8644
commit 72848a0623

View File

@ -3,6 +3,9 @@
public enum GatewayType : byte
{
Stripe = 0,
Braintree = 1
Braintree = 1,
AppStore = 2,
PlayStore = 3,
Coinbase = 4
}
}