File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
ConfigurableProductSales/etc Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker" >
10
+ <arguments >
11
+ <argument name =" productAvailabilityChecks" xsi : type =" array" >
12
+ <item name =" configurable" xsi : type =" object" >Magento\ConfigurableProductSales\Model\Order\Reorder\OrderedProductAvailabilityChecker</item >
13
+ </argument >
14
+ </arguments >
15
+ </type >
16
+ </config >
Original file line number Diff line number Diff line change 1011
1011
type =" Magento\Sales\Model\Order\OrderCustomerDelegate" />
1012
1012
<type name =" Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker" >
1013
1013
<arguments >
1014
- <argument name =" productAvailabilityChecks" xsi : type =" array" >
1015
- <item name =" configurable" xsi : type =" object" >Magento\ConfigurableProductSales\Model\Order\Reorder\OrderedProductAvailabilityChecker</item >
1016
- </argument >
1014
+ <argument name =" productAvailabilityChecks" xsi : type =" array" />
1017
1015
</arguments >
1018
1016
</type >
1019
1017
</config >
You can’t perform that action at this time.
0 commit comments