Skip to content

Commit 3006605

Browse files
#39169: Special Price To Date is wrongly validated on applySpecialPrice
- changed visibility for const PRICE_CODE
1 parent 9d5e39f commit 3006605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SpecialPrice extends AbstractPrice implements SpecialPriceInterface, BaseP
2323
/**
2424
* Price type special
2525
*/
26-
const PRICE_CODE = 'special_price';
26+
public const PRICE_CODE = 'special_price';
2727

2828
/**
2929
* @var TimezoneInterface

0 commit comments

Comments
 (0)