fix(utils): totals calculation (#8190)
This commit is contained in:
committed by
GitHub
parent
fe5a7b1810
commit
07205e4249
@@ -44,7 +44,7 @@ export const completeCartFields = [
|
||||
"shipping_subtotal",
|
||||
"shipping_tax_total",
|
||||
"original_shipping_tax_total",
|
||||
"original_shipping_tax_subtotal",
|
||||
"original_shipping_subtotal",
|
||||
"original_shipping_total",
|
||||
"raw_total",
|
||||
"raw_subtotal",
|
||||
@@ -64,7 +64,7 @@ export const completeCartFields = [
|
||||
"raw_shipping_subtotal",
|
||||
"raw_shipping_tax_total",
|
||||
"raw_original_shipping_tax_total",
|
||||
"raw_original_shipping_tax_subtotal",
|
||||
"raw_original_shipping_subtotal",
|
||||
"raw_original_shipping_total",
|
||||
"items.*",
|
||||
"items.tax_lines.*",
|
||||
|
||||
Reference in New Issue
Block a user