1
0
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:
Kyle Spearrin
2019-02-11 23:27:32 -05:00
parent dc03faf5da
commit 5cdfc83903
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -57,7 +57,6 @@
"jobsKey": "SECRET",
"stripeWebhookKey": "SECRET",
"stripeWebhookSecret": "SECRET",
"braintreeWebhookKey": "SECRET",
"payPal": {
"production": false,
"clientId": "SECRET",