We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c0d75 + fe7c3ae commit 5061ae5Copy full SHA for 5061ae5
app/code/Magento/Sales/etc/di.xml
@@ -1009,4 +1009,9 @@
1009
<preference
1010
for="Magento\Sales\Api\OrderCustomerDelegateInterface"
1011
type="Magento\Sales\Model\Order\OrderCustomerDelegate" />
1012
+ <type name="Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker">
1013
+ <arguments>
1014
+ <argument name="productAvailabilityChecks" xsi:type="array" />
1015
+ </arguments>
1016
+ </type>
1017
</config>
0 commit comments