diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 9b3d45b70..d42cecc01 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -274,7 +274,7 @@ export default { ]; const lineItemsToTax = Array.from( - new Map(allLineItems.filter(Boolean).map((item) => [item.partNumber, item])).values() + new Map(allLineItems.map((item) => [item.partNumber, item])).values() ); const availableVaps = [