From 5cdfc83903998e283be84acdb5182fe159606278 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 11 Feb 2019 23:27:32 -0500 Subject: [PATCH] remove bt webhook key --- src/Billing/BillingSettings.cs | 1 - src/Billing/appsettings.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Billing/BillingSettings.cs b/src/Billing/BillingSettings.cs index f072672afe..90af1cc843 100644 --- a/src/Billing/BillingSettings.cs +++ b/src/Billing/BillingSettings.cs @@ -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 diff --git a/src/Billing/appsettings.json b/src/Billing/appsettings.json index ebd5714491..bdc9c86a03 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -57,7 +57,6 @@ "jobsKey": "SECRET", "stripeWebhookKey": "SECRET", "stripeWebhookSecret": "SECRET", - "braintreeWebhookKey": "SECRET", "payPal": { "production": false, "clientId": "SECRET",