mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00: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>();
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
},
|
||||
"braintree": {
|
||||
"production": true
|
||||
},
|
||||
"bitPay": {
|
||||
"production": true
|
||||
}
|
||||
},
|
||||
"billingSettings": {
|
||||
|
||||
@@ -51,6 +51,10 @@
|
||||
"merchantId": "SECRET",
|
||||
"publicKey": "SECRET",
|
||||
"privateKey": "SECRET"
|
||||
},
|
||||
"bitPay": {
|
||||
"production": false,
|
||||
"base58Secret": "SECRET"
|
||||
}
|
||||
},
|
||||
"billingSettings": {
|
||||
|
||||
Reference in New Issue
Block a user