We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbcbcf commit 4a7f07cCopy full SHA for 4a7f07c
app/code/Magento/Quote/Model/Quote/TotalsCollector.php
@@ -269,7 +269,7 @@ public function collectAddressTotals(
269
'total' => $total
270
]
271
);
272
- ($total->getBaseSubtotal() > 0)??$total->setBaseSubtotalTotalInclTax($total->getBaseSubtotalInclTax());
+ $total->setBaseSubtotalTotalInclTax($total->getBaseSubtotalInclTax());
273
$address->addData($total->getData());
274
$address->setAppliedTaxes($total->getAppliedTaxes());
275
return $total;
0 commit comments