CASH-152: name update for quote for clarity
This commit is contained in:
parent
58f2efcedb
commit
e75db991fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue