Skip to content

Commit 6a89e48

Browse files
committed
ACP2E-45: Tiered pricing tax always shows including tax
- Fixed the access level issue.
1 parent 5388808 commit 6a89e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Pricing/Price/TierPrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TierPrice extends AbstractPrice implements TierPriceInterface, BasePricePr
3333
/**
3434
* Price type tier
3535
*/
36-
private const PRICE_CODE = 'tier_price';
36+
public const PRICE_CODE = 'tier_price';
3737

3838
/**
3939
* @var Session

0 commit comments

Comments
 (0)