From b3dda363fa1f9b4b4b376978d4ab466264da493d Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 18 Jul 2024 21:22:56 -0400 Subject: [PATCH] CSR-2130 prettier --- src/layouts/payment/payment.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index ba3db4e0e..960c2c3fb 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -661,8 +661,7 @@ export default { if (baseMixin.methods.showApplePay()) { iframe.contentWindow.postMessage("hybrid-with-applepay", "*"); console.log(new Date() + ": Sent applepay: new hop with applepay"); - } - else { + } else { iframe.contentWindow.postMessage("hybrid", "*"); console.log(new Date() + ": Sent hybrid: new hop no applepay"); }