Skip to content

Commit

Permalink
As low as displays incorrect pricing on category page, tax appears to…
Browse files Browse the repository at this point in the history
… be added twice magento#21383 - excluded tax from min price
  • Loading branch information
Jitheesh authored and eduard13 committed Mar 1, 2019
1 parent 13b0fe9 commit eaad776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ public function getAmount(SaleableInterface $saleableItem)

return $value === null
? null
: $this->calculator->getAmount($value, $saleableItem);
: $this->calculator->getAmount($value, $saleableItem, 'tax');
}
}

0 comments on commit eaad776

Please sign in to comment.