CSR-2130 prettier
This commit is contained in:
parent
8b507d21ad
commit
b3dda363fa
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue