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() {
|
||||
this.attachCustomEvents();
|
||||
this.attachCustomEventsForAnalytics();
|
||||
},
|
||||
computed: {
|
||||
lineItemsCloneForWatcher() {
|
||||
|
|
@ -670,7 +670,7 @@ export default {
|
|||
);
|
||||
}
|
||||
},
|
||||
attachCustomEvents() {
|
||||
attachCustomEventsForAnalytics() {
|
||||
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
||||
if (!this.isInsuranceSelected && this.lineItems.vaps?.length == 0) {
|
||||
const tierOnePrice =
|
||||
|
|
|
|||
Loading…
Reference in a new issue