CASH-152: name update for quote for clarity

This commit is contained in:
Adam Caouette 2025-03-12 10:28:52 -04:00
parent 58f2efcedb
commit e75db991fe

View file

@ -484,7 +484,7 @@ export default {
}; };
}, },
mounted() { mounted() {
this.attachCustomEvents(); this.attachCustomEventsForAnalytics();
}, },
computed: { computed: {
lineItemsCloneForWatcher() { lineItemsCloneForWatcher() {
@ -670,7 +670,7 @@ export default {
); );
} }
}, },
attachCustomEvents() { attachCustomEventsForAnalytics() {
this.prependActionToMethod(this, this.forwardButtonAction, () => { this.prependActionToMethod(this, this.forwardButtonAction, () => {
if (!this.isInsuranceSelected && this.lineItems.vaps?.length == 0) { if (!this.isInsuranceSelected && this.lineItems.vaps?.length == 0) {
const tierOnePrice = const tierOnePrice =