Skip to content

Commit 9d5e39f

Browse files
#39169: Special Price To Date is wrongly validated on applySpecialPrice
- revert const PRICE_CODE changes
1 parent 8442ee0 commit 9d5e39f

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-
public const string PRICE_CODE = 'special_price';
26+
const PRICE_CODE = 'special_price';
2727

2828
/**
2929
* @var TimezoneInterface

0 commit comments

Comments
 (0)