Remove outdated comment

This commit is contained in:
tniezg 2021-08-19 10:35:17 +02:00
parent 718493a6f8
commit 01c702a87e

View File

@ -187,7 +187,6 @@ const normalizeCart = (
taxesIncluded: true,
lineItems,
lineItemsSubtotalPrice: parseFloat(spreeCart.attributes.item_total),
// TODO: We need a value from Spree which includes item total and discounts in one value for subtotalPrice.
subtotalPrice: parseFloat(spreeCart.attributes.item_total),
totalPrice: parseFloat(spreeCart.attributes.total),
customerId: spreeCart.attributes.token,