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

replace paypal webhook with ipn

This commit is contained in:
Kyle Spearrin
2019-02-27 14:55:23 -05:00
parent aef68d4934
commit 4084a01d7a
5 changed files with 3 additions and 369 deletions

View File

@ -39,8 +39,7 @@ namespace Bit.Billing
// Repositories
services.AddSqlServerRepositories(globalSettings);
// PayPal Clients
services.AddSingleton<Utilities.PayPalClient>();
// PayPal Client
services.AddSingleton<Utilities.PayPalIpnClient>();
// BitPay Client