From 661d9c3e60faed5bda376d53beceab7a5f1b34c7 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 31 May 2021 10:23:10 +0300 Subject: [PATCH] #3 some clean-up --- src/components/PayInvoice.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/PayInvoice.vue b/src/components/PayInvoice.vue index aac8e88..91b4bd1 100644 --- a/src/components/PayInvoice.vue +++ b/src/components/PayInvoice.vue @@ -305,6 +305,7 @@ export default { response.data.payment_hash ) if (res.data.paid) { + // this.showDialog = false dismissPaymentMsg() clearInterval(this.parse.paymentChecker) @@ -330,9 +331,6 @@ export default { }) break } - setTimeout(() => { - this.closeDialog() - }, 4000) } } }, 2000)