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:
@ -39,6 +39,9 @@ namespace Bit.Billing
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories(globalSettings);
|
||||
|
||||
// Paypal Client
|
||||
services.AddSingleton<Utilities.PaypalClient>();
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
|
Reference in New Issue
Block a user