Skip to content

Commit 792bc7e

Browse files
committed
ACP2E-2672: [Cloud] Special price API endpoint returns error when updating large numbers of products concurrently
1 parent 8625852 commit 792bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Gallery/CreateHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class CreateHandler implements ExtensionInterface
114114
/**
115115
* @var AttributeValue
116116
*/
117-
private AttributeValue $attributeValue;
117+
private $attributeValue;
118118

119119
/**
120120
* @var \Magento\Eav\Model\Config

0 commit comments

Comments
 (0)