Skip to content

Commit 913e6f5

Browse files
committed
MAGETWO-56702: Around plugins refactoring: refactoring and unit test fixing/coverage
- Changed sort order;
1 parent 6f24431 commit 913e6f5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/etc

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</arguments>
6060
</type>
6161
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
62-
<plugin name="configurableProductSaveOptions" sortOrder="1" type="\Magento\ConfigurableProduct\Model\Plugin\ProductRepositorySave"/>
62+
<plugin name="configurableProductSaveOptions" sortOrder="10" type="\Magento\ConfigurableProduct\Model\Plugin\ProductRepositorySave"/>
6363
</type>
6464
<type name="Magento\Catalog\Model\Product">
6565
<plugin name="configurable_identity" type="Magento\ConfigurableProduct\Plugin\Model\Product" />

0 commit comments

Comments
 (0)