Skip to content

Commit 015fd43

Browse files
#39169: Special Price To Date is wrongly validated on applySpecialPrice
1 parent 18260e7 commit 015fd43

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Catalog/Model/Product/Type

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/Product/Type/Price.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ public function __construct(
139139
}
140140

141141
/**
142+
* Returns the SpecialPriceService instance
143+
*
142144
* @return SpecialPriceService|null
143145
*/
144146
protected function getSpecialPriceService(): ?SpecialPriceService

0 commit comments

Comments
 (0)