Skip to content

Commit

Permalink
#20825 Missing required argument $productAvailabilityChecks of Magent…
Browse files Browse the repository at this point in the history
…o\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker.
  • Loading branch information
kisroman committed Mar 18, 2019
1 parent ce17220 commit c4f8496
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/code/Magento/ConfigurableProductSales/etc/di.xml

This file was deleted.

7 changes: 7 additions & 0 deletions app/code/Magento/Sales/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,4 +1015,11 @@
<preference
for="Magento\Sales\Api\OrderCustomerDelegateInterface"
type="Magento\Sales\Model\Order\OrderCustomerDelegate" />
<type name="Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker">
<arguments>
<argument name="productAvailabilityChecks" xsi:type="array">
<item name="configurable" xsi:type="object">Magento\ConfigurableProductSales\Model\Order\Reorder\OrderedProductAvailabilityChecker</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit c4f8496

Please sign in to comment.