Remove redundant save call
This commit is contained in:
parent
1324c979ea
commit
66b2efdbb4
1 changed files with 0 additions and 5 deletions
|
|
@ -325,11 +325,6 @@ export default {
|
||||||
lineItemsToKeep.cartItemType !=
|
lineItemsToKeep.cartItemType !=
|
||||||
this.servicePackageDiscountCartItem.cartItemType
|
this.servicePackageDiscountCartItem.cartItemType
|
||||||
);
|
);
|
||||||
await this.dispatchStoreAction(
|
|
||||||
storeActions.SAVE_SUPPORTING_ITEMS_SUPPRESSING_STATE_RESETTING,
|
|
||||||
this.lineItems.supportingItems,
|
|
||||||
false
|
|
||||||
);
|
|
||||||
shouldSaveSupportingItems = true;
|
shouldSaveSupportingItems = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue