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:
@ -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
|
||||
|
Reference in New Issue
Block a user