mirror of
https://github.com/bitwarden/server
synced 2026-02-07 20:23:49 +00:00
remove bt webhook key
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
public virtual string JobsKey { get; set; }
|
||||
public virtual string StripeWebhookKey { get; set; }
|
||||
public virtual string StripeWebhookSecret { get; set; }
|
||||
public virtual string BraintreeWebhookKey { get; set; }
|
||||
public virtual PayPalSettings PayPal { get; set; } = new PayPalSettings();
|
||||
|
||||
public class PayPalSettings
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
"jobsKey": "SECRET",
|
||||
"stripeWebhookKey": "SECRET",
|
||||
"stripeWebhookSecret": "SECRET",
|
||||
"braintreeWebhookKey": "SECRET",
|
||||
"payPal": {
|
||||
"production": false,
|
||||
"clientId": "SECRET",
|
||||
|
||||
Reference in New Issue
Block a user