Skip to content

Commit b9211b4

Browse files
Remove unnecessary plugins
1 parent 83f8d12 commit b9211b4

File tree

6 files changed

+0
-376
lines changed

6 files changed

+0
-376
lines changed

Plugin/EnableManageStock.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

Plugin/InsertNewProducts.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

Plugin/SetProductsActive.php

Lines changed: 0 additions & 85 deletions
This file was deleted.

Plugin/SetStockStatus.php

Lines changed: 0 additions & 60 deletions
This file was deleted.

Plugin/SetTierPrices.php

Lines changed: 0 additions & 139 deletions
This file was deleted.

etc/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
33
<type name="Akeneo\Connector\Job\Product">
4-
<plugin name="JustBetter_TierPrices" type="JustBetter\AkeneoBundle\Plugin\SetTierPrices" />
5-
<plugin name="JustBetter_InsertNewProducts" type="JustBetter\AkeneoBundle\Plugin\InsertNewProducts" />
64
<plugin name="JustBetter_setTaxClass" type="JustBetter\AkeneoBundle\Plugin\SetTaxClassId" />
7-
<plugin name="JustBetter_setProductsActive" type="JustBetter\AkeneoBundle\Plugin\SetProductsActive" />
8-
<plugin name="JustBetter_EnableManageStock" type="JustBetter\AkeneoBundle\Plugin\EnableManageStock" sortOrder="1" />
9-
<plugin name="JustBetter_SetStockStatus" type="JustBetter\AkeneoBundle\Plugin\SetStockStatus" sortOrder="2" />
105
<plugin name="JustBetter_ImportFinished" type="JustBetter\AkeneoBundle\Plugin\ImportFinished" sortOrder="10" />
116
<plugin name="JustBetter_CheckWebsiteAssociation" type="JustBetter\AkeneoBundle\Plugin\CheckWebsiteAssociation" />
127
</type>

0 commit comments

Comments
 (0)