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

paypal client and stub out webhook

This commit is contained in:
Kyle Spearrin
2019-02-01 17:16:28 -05:00
parent 9882815e4a
commit f3b5068aba
6 changed files with 246 additions and 7 deletions

View File

@ -39,6 +39,9 @@ namespace Bit.Billing
// Repositories
services.AddSqlServerRepositories(globalSettings);
// Paypal Client
services.AddSingleton<Utilities.PaypalClient>();
// Context
services.AddScoped<CurrentContext>();