mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
bitpay invoice api
This commit is contained in:
@ -43,6 +43,9 @@ namespace Bit.Billing
|
||||
services.AddSingleton<Utilities.PayPalClient>();
|
||||
services.AddSingleton<Utilities.PayPalIpnClient>();
|
||||
|
||||
// BitPay Client
|
||||
services.AddSingleton<BitPayClient>();
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
|
Reference in New Issue
Block a user