CSR-2130 prettier

This commit is contained in:
CarlNation 2024-07-18 21:22:56 -04:00
parent 8b507d21ad
commit b3dda363fa

View file

@ -661,8 +661,7 @@ export default {
if (baseMixin.methods.showApplePay()) { if (baseMixin.methods.showApplePay()) {
iframe.contentWindow.postMessage("hybrid-with-applepay", "*"); iframe.contentWindow.postMessage("hybrid-with-applepay", "*");
console.log(new Date() + ": Sent applepay: new hop with applepay"); console.log(new Date() + ": Sent applepay: new hop with applepay");
} } else {
else {
iframe.contentWindow.postMessage("hybrid", "*"); iframe.contentWindow.postMessage("hybrid", "*");
console.log(new Date() + ": Sent hybrid: new hop no applepay"); console.log(new Date() + ": Sent hybrid: new hop no applepay");
} }