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 9d5e39f commit 3006605Copy full SHA for 3006605
app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php
@@ -23,7 +23,7 @@ class SpecialPrice extends AbstractPrice implements SpecialPriceInterface, BaseP
23
/**
24
* Price type special
25
*/
26
- const PRICE_CODE = 'special_price';
+ public const PRICE_CODE = 'special_price';
27
28
29
* @var TimezoneInterface
0 commit comments