Skip to content

Commit 5061ae5

Browse files
authored
ENGCOM-4570: [Backport] #20825 Missing required argument $productAvailabilityChecks of Magent… #21920
2 parents 30c0d75 + fe7c3ae commit 5061ae5

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Sales/etc

1 file changed

+5
-0
lines changed

app/code/Magento/Sales/etc/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,4 +1009,9 @@
10091009
<preference
10101010
for="Magento\Sales\Api\OrderCustomerDelegateInterface"
10111011
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>
10121017
</config>

0 commit comments

Comments
 (0)