final updates

This commit is contained in:
Katie Kroell 2026-02-19 10:06:33 -05:00
parent 299985afef
commit ac498f17bc
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<template>
<div class="afterpay-modal-banner" role="alert">
<component
:is="'script'">
src="https://js.squarecdn.com/square-marketplace.js"
async>
async
:is="'script'">
</component>
<div class="afterpay-content">
<span class="afterpay-copy" v-html="afterpayCopy"></span>
@ -121,6 +121,7 @@ export default {
font-size: 0.875rem;
color: $blue-700;
font-weight: $font-weight-bold;
line-height: 1.5rem;
}
.image-and-link {

View file

@ -345,8 +345,7 @@ export default {
return '';
},
displayAfterpayBanner() {
return true;
// return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) && this.totalServicePrice > 0;
return this.isITACQuoteVisible || this.isNoCompQuoteVisible || (this.isDeductibleVisible && this.deductibleValue > 0);
}
},
watch: {