Skip to content

Commit d66b2ec

Browse files
committed
AC-13594: Special price is not showing correctly for Configurable product's child product (simple product)
Fix static test failure
1 parent c6d7657 commit d66b2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Plugin/Model/ConfigPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2025 Adobe
44
* All Rights Reserved.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Catalog\Plugin\Model;
89

@@ -11,8 +12,7 @@
1112
use Magento\Eav\Model\Config as EavConfig;
1213

1314
/**
14-
* Plugin to ensure special_price attribute is always loaded in product listings
15-
* even when used_in_product_listing = 0
15+
* Plugin to ensure special_price attribute is always loaded in product listings even when used_in_product_listing = 0
1616
*/
1717
class ConfigPlugin
1818
{

0 commit comments

Comments
 (0)