Skip to content

Commit 59d44fd

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-1076: Discount (Cart price rules) ignore Weee tax amount included in subtotal cart
1 parent f26ae80 commit 59d44fd

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Weee/Model/Total/Quote

1 file changed

+1
-0
lines changed

app/code/Magento/Weee/Model/Total/Quote/Weee.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ protected function process(
242242
->setBaseWeeeTaxAppliedAmountInclTax($baseTotalValueInclTax)
243243
->setWeeeTaxAppliedRowAmountInclTax($totalRowValueInclTax)
244244
->setBaseWeeeTaxAppliedRowAmntInclTax($baseTotalRowValueInclTax);
245+
$address->setBaseSubtotalTotalInclTax($address->getBaseSubtotalTotalInclTax() + $baseTotalRowValueInclTax);
245246

246247
$this->processTotalAmount(
247248
$total,

0 commit comments

Comments
 (0)