We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f24431 commit 913e6f5Copy full SHA for 913e6f5
app/code/Magento/ConfigurableProduct/etc/di.xml
@@ -59,7 +59,7 @@
59
</arguments>
60
</type>
61
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
62
- <plugin name="configurableProductSaveOptions" sortOrder="1" type="\Magento\ConfigurableProduct\Model\Plugin\ProductRepositorySave"/>
+ <plugin name="configurableProductSaveOptions" sortOrder="10" type="\Magento\ConfigurableProduct\Model\Plugin\ProductRepositorySave"/>
63
64
<type name="Magento\Catalog\Model\Product">
65
<plugin name="configurable_identity" type="Magento\ConfigurableProduct\Plugin\Model\Product" />
0 commit comments