From b3b21612b0edc08dd823bdcc383c2f2cc5787134 Mon Sep 17 00:00:00 2001 From: Eddie Ferrer Date: Tue, 30 Nov 2021 11:04:04 -0800 Subject: [PATCH] fix: fixes issue with double initializing of BT drop in VUE-881 --- .../AutoDepositDropInPaymentWrapper.vue | 20 +-- .../Causes/CausesDropInPaymentWrapper.vue | 20 +-- .../Checkout/CheckoutDropInPaymentWrapper.vue | 22 +-- .../MonthlyGoodDropInPaymentWrapper.vue | 20 +-- .../Payment/BraintreeDropInInterface.vue | 128 +++++++++--------- .../Donate/DonateFormDropInPaymentWrapper.vue | 20 +-- src/pages/Settings/PaymentSettings.vue | 18 +-- 7 files changed, 130 insertions(+), 118 deletions(-) diff --git a/src/components/AutoDeposit/AutoDepositDropInPaymentWrapper.vue b/src/components/AutoDeposit/AutoDepositDropInPaymentWrapper.vue index 467f2d7831..1bf44425a6 100644 --- a/src/components/AutoDeposit/AutoDepositDropInPaymentWrapper.vue +++ b/src/components/AutoDeposit/AutoDepositDropInPaymentWrapper.vue @@ -1,15 +1,17 @@