Skip to content

Commit a046dab

Browse files
committed
#28573:ConfigurableCartItem added to Cart returns wrong thumbnail
Fixed Static test
1 parent 7ca4158 commit a046dab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/ProductResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ public function resolve(
5151
$productData['model'] = $product;
5252
return $productData;
5353
}
54-
}
54+
}

app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/SelectionMediaGallery.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\ConfigurableProductGraphQl\Model\Resolver;
79

810
use Magento\Framework\GraphQl\Config\Element\Field;

0 commit comments

Comments
 (0)