1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

bitpay ipn for processing credits

This commit is contained in:
Kyle Spearrin
2019-02-22 08:49:11 -05:00
parent c0e9d95538
commit 4c84eeca5b
4 changed files with 152 additions and 11 deletions

View File

@ -12,8 +12,8 @@ namespace Bit.Core.Enums
AppStore = 2,
[Display(Name = "Google Play Store")]
PlayStore = 3,
[Display(Name = "Coinbase")]
Coinbase = 4,
[Display(Name = "BitPay")]
BitPay = 4,
[Display(Name = "PayPal")]
PayPal = 5,
}