Skip to content

Commit 68d1780

Browse files
authored
MDEE-494: Price not exported if product disabled on the default website (#303)
MDEE-494: Price not exported if product disabled on the default website
1 parent 8c97683 commit 68d1780

File tree

3 files changed

+1
-185
lines changed

3 files changed

+1
-185
lines changed

ProductPriceDataExporter/Model/Indexer/MarkRemovedEntities.php

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

ProductPriceDataExporter/Model/Query/MarkRemovedEntitiesQuery.php

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

ProductPriceDataExporter/etc/di.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,11 @@
3131
</argument>
3232
</arguments>
3333
</virtualType>
34-
<type name="Magento\ProductPriceDataExporter\Model\Indexer\MarkRemovedEntities">
35-
<arguments>
36-
<argument name="markRemovedEntitiesQuery" xsi:type="object">Magento\ProductPriceDataExporter\Model\Query\MarkRemovedEntitiesQuery</argument>
37-
</arguments>
38-
</type>
39-
<virtualType name="Magento\ProductPriceDataExporter\Model\Indexer\FeedIndexProcessorCreateUpdateDelete" type="Magento\DataExporter\Model\Indexer\FeedIndexProcessorCreateUpdateDelete">
40-
<arguments>
41-
<argument name="markRemovedEntities" xsi:type="object">Magento\ProductPriceDataExporter\Model\Indexer\MarkRemovedEntities</argument>
42-
</arguments>
43-
</virtualType>
4434
<virtualType name="Magento\ProductPriceDataExporter\Model\Indexer\ProductPriceFeedIndexer" type="Magento\DataExporter\Model\Indexer\FeedIndexer">
4535
<arguments>
4636
<argument name="feedIndexMetadata" xsi:type="object">Magento\ProductPriceDataExporter\Model\Indexer\ProductPriceFeedIndexMetadata</argument>
4737
<argument name="serializer" xsi:type="object">Magento\ProductPriceDataExporter\Model\Indexer\ProductPriceDataSerializer</argument>
48-
<argument name="processor" xsi:type="object">Magento\ProductPriceDataExporter\Model\Indexer\FeedIndexProcessorCreateUpdateDelete</argument>
38+
<argument name="processor" xsi:type="object">Magento\DataExporter\Model\Indexer\FeedIndexProcessorCreateUpdate</argument>
4939
</arguments>
5040
</virtualType>
5141
<virtualType name="Magento\ProductPriceDataExporter\Model\ProductPriceFeed" type="Magento\DataExporter\Model\Feed">

0 commit comments

Comments
 (0)