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"); }