Merge pull request #2109 from Safelite/BRM-fix-amount-due-error

Brm fix amount due error
This commit is contained in:
bmauger 2024-11-13 13:25:22 -05:00 committed by GitHub
commit a0796a595b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
aria-label="expand cart"
href="javascript:void(0)"
class="col d-flex justify-content-between py-0">
<span class="label">{{ amountDueText }}</span>
<span class="label">{{ OrderDetailsText }}</span>
<span class="label amount-due">{{
getLineItemAmount(amountDue, showCoverageAsPending)
}}</span>
@ -1015,6 +1015,9 @@ export default {
return this.getCmsContent("SalesTaxTextWidget", "Text");
},
amountDueText() {
return this.getCmsContent("AmountDueTextWidget", "Text");
},
OrderDetailsText() {
return this.getCmsContent("OrderDetailsTextWidget", "Text");
},
amountPaidText() {