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 5388808 commit 6a89e48Copy full SHA for 6a89e48
app/code/Magento/Catalog/Pricing/Price/TierPrice.php
@@ -33,7 +33,7 @@ class TierPrice extends AbstractPrice implements TierPriceInterface, BasePricePr
33
/**
34
* Price type tier
35
*/
36
- private const PRICE_CODE = 'tier_price';
+ public const PRICE_CODE = 'tier_price';
37
38
39
* @var Session
0 commit comments