1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 18:12:48 -05:00

return invoices and transactions on billing api

This commit is contained in:
Kyle Spearrin
2019-02-08 23:24:48 -05:00
parent f837c1708e
commit a97a6216d7
5 changed files with 119 additions and 28 deletions

View File

@ -15,6 +15,6 @@ namespace Bit.Core.Enums
[Display(Name = "Coinbase")]
Coinbase = 4,
[Display(Name = "PayPal")]
PayPal = 1,
PayPal = 5,
}
}