mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
Remove outdated comment
This commit is contained in:
parent
718493a6f8
commit
01c702a87e
@ -187,7 +187,6 @@ const normalizeCart = (
|
|||||||
taxesIncluded: true,
|
taxesIncluded: true,
|
||||||
lineItems,
|
lineItems,
|
||||||
lineItemsSubtotalPrice: parseFloat(spreeCart.attributes.item_total),
|
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),
|
subtotalPrice: parseFloat(spreeCart.attributes.item_total),
|
||||||
totalPrice: parseFloat(spreeCart.attributes.total),
|
totalPrice: parseFloat(spreeCart.attributes.total),
|
||||||
customerId: spreeCart.attributes.token,
|
customerId: spreeCart.attributes.token,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user