Skip to content

Commit 5530a3a

Browse files
author
Mike Weis
committed
MAGETWO-33581: Refactor modules to remove usage of Tax module builders
- use correct setter for setIsTaxIncluded(...)
1 parent c0ccad0 commit 5530a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ public function getTaxPrice(
514514
->setCode($product->getSku())
515515
->setShortDescription($product->getShortDescription())
516516
->setTaxClassKey($taxClassKey)
517-
->setTaxIncluded($priceIncludesTax)
517+
->setIsTaxIncluded($priceIncludesTax)
518518
->setType('product')
519519
->setUnitPrice($price);
520520

0 commit comments

Comments
 (0)