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

rename to PayPal

This commit is contained in:
Kyle Spearrin
2019-02-01 22:25:34 -05:00
parent 44630e9728
commit a5044b6e6c
8 changed files with 20 additions and 20 deletions

View File

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