Skip to content

Commit 313ba8e

Browse files
author
Viktor Paladiychuk
committed
MAGETWO-56702: Around plugins refactoring: refactoring and unit test fixing/coverage
1 parent ff2a366 commit 313ba8e

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
<plugin name="catalogInventoryAfterLoad" type="\Magento\CatalogInventory\Model\Plugin\AfterProductLoad"/>
7373
</type>
7474
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
75-
<plugin name="catalogInventoryAroundSave" sortOrder="20" type="\Magento\CatalogInventory\Model\Plugin\AroundProductRepositorySave"/>
75+
<plugin name="catalogInventoryAroundSave" sortOrder="20" type="Magento\CatalogInventory\Model\Plugin\AroundProductRepositorySave"/>
7676
</type>
7777
</config>

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="10" type="\Magento\ConfigurableProduct\Model\Plugin\AroundProductRepositorySave"/>
62+
<plugin name="configurableProductSaveOptions" sortOrder="10" type="Magento\ConfigurableProduct\Model\Plugin\AroundProductRepositorySave"/>
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)