Skip to content

Commit

Permalink
Removed preference for LowestPriceOptionsProvider since this has been…
Browse files Browse the repository at this point in the history
… fixed in Magento 2.2.8 / 2.3.1 - see magento/magento2#13933
  • Loading branch information
peterjaap committed Apr 17, 2019
1 parent 393bf9f commit 83d0b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 115 deletions.
105 changes: 0 additions & 105 deletions Pricing/Price/LowestPriceOptionsProvider.php

This file was deleted.

4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"renatocason/magento2-module-mq": "^1.0",
"renatocason/magento2-module-mq-mysql": "^1.1"
"renatocason/magento2-module-mq-mysql": "^1.1",
"magento/module-configurable-product": "^100.2.8"
},
"version": "0.3.1",
"type": "magento2-module",
"license": [

Expand Down
9 changes: 0 additions & 9 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,4 @@
<preference for="Magento\Framework\View\TemplateEngine\Xhtml\Template"
type="Elgentos\LargeConfigProducts\Model\View\TemplateEngine\Xhtml\Template" />

<preference for="Magento\ConfigurableProduct\Pricing\Price\LowestPriceOptionsProvider"
type="Elgentos\LargeConfigProducts\Pricing\Price\LowestPriceOptionsProvider" />

<type name="Elgentos\LargeConfigProducts\Pricing\Price\LowestPriceOptionsProvider">
<arguments>
<argument name="linkedProductSelectBuilder" xsi:type="object">Magento\ConfigurableProduct\Model\ResourceModel\Product\LinkedProductSelectBuilder</argument>
</arguments>
</type>

</config>

0 comments on commit 83d0b34

Please sign in to comment.