CSR-2130 prettier
This commit is contained in:
parent
ac2adcd641
commit
e637b1b0a0
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
:showApplePay="showApplePay"
|
||||
:isInsurance="isInsurance"
|
||||
validationRules="payment-method-required" />
|
||||
|
||||
|
||||
<alert
|
||||
v-if="!showPaymentMethodQuestions && !forwardClicked"
|
||||
:isDismissible="false"
|
||||
|
|
|
|||
|
|
@ -665,7 +665,7 @@ export default {
|
|||
iframe.contentWindow.postMessage("hybrid", "*");
|
||||
console.log(new Date() + ": Sent hybrid: new hop no applepay");
|
||||
}
|
||||
|
||||
|
||||
if (this.paymentType == "cc" || this.paymentType == "PayNow") {
|
||||
iframe.contentWindow.postMessage("CreditCardChosen", "*");
|
||||
console.log(new Date() + ": Sent creditcard");
|
||||
|
|
|
|||
Loading…
Reference in a new issue