Skip to content

Commit

Permalink
ENGCOM-4543: #20825 Missing required argument $productAvailabilityChe…
Browse files Browse the repository at this point in the history
…cks of Magent… #21820
  • Loading branch information
sidolov authored Mar 22, 2019
2 parents f7ce4de + cd86ba0 commit 2f4d12a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,9 @@
<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" />
</arguments>
</type>
</config>

0 comments on commit 2f4d12a

Please sign in to comment.