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 f26ae80 commit 59d44fdCopy full SHA for 59d44fd
app/code/Magento/Weee/Model/Total/Quote/Weee.php
@@ -242,6 +242,7 @@ protected function process(
242
->setBaseWeeeTaxAppliedAmountInclTax($baseTotalValueInclTax)
243
->setWeeeTaxAppliedRowAmountInclTax($totalRowValueInclTax)
244
->setBaseWeeeTaxAppliedRowAmntInclTax($baseTotalRowValueInclTax);
245
+ $address->setBaseSubtotalTotalInclTax($address->getBaseSubtotalTotalInclTax() + $baseTotalRowValueInclTax);
246
247
$this->processTotalAmount(
248
$total,
0 commit comments