Formatting

This commit is contained in:
Sneha 2023-11-13 16:16:06 +05:30
parent ab507a9280
commit fa16142627
2 changed files with 5 additions and 5 deletions

View file

@ -230,7 +230,7 @@ export default {
(promoLineItem?.laborAmount ?? 0) + (promoLineItem?.laborAmount ?? 0) +
(promoLineItem?.sellingPrice ?? 0), (promoLineItem?.sellingPrice ?? 0),
salesTax: promoLineItem?.salesTax, salesTax: promoLineItem?.salesTax,
lineItems:[], lineItems: [],
}; };
promoLineItem.cartItemType = cartItem.cartItemType; promoLineItem.cartItemType = cartItem.cartItemType;

View file

@ -197,7 +197,7 @@ export default {
serviceLocationState: store.getters.order.serviceLocation.state, serviceLocationState: store.getters.order.serviceLocation.state,
serviceLocationZipCode: serviceLocationZipCode:
store.getters.order.serviceLocation.zipCode, store.getters.order.serviceLocation.zipCode,
pricedLineItems:pricedLineItemsToTax, pricedLineItems: pricedLineItemsToTax,
}, },
"payment-method", "payment-method",
false false