CSR-2130 prettier

This commit is contained in:
CarlNation 2024-07-29 13:49:38 -04:00
parent ac2adcd641
commit e637b1b0a0
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
:showApplePay="showApplePay"
:isInsurance="isInsurance"
validationRules="payment-method-required" />
<alert
v-if="!showPaymentMethodQuestions && !forwardClicked"
:isDismissible="false"

View file

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