Update cart.vue

This commit is contained in:
Sneha 2023-11-13 13:36:45 +05:30
parent bbdcbe65af
commit 5fda20d9ab

View file

@ -226,12 +226,10 @@ export default {
cartItemType: promoLineItem?.partType,
isDisplayed: true,
subTotal:
(promoLineItem?.kitPrice ?? 0) +
(promoLineItem?.laborAmount ?? 0) +
(promoLineItem?.sellingPrice ?? 0),
salesTax: promoLineItem?.salesTax,
};
promoLineItem.cartItemType = cartItem.cartItemType;