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 1017
1017
type =" Magento\Sales\Model\Order\OrderCustomerDelegate" />
1018
1018
<type name =" Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityChecker" >
1019
1019
<arguments >
1020
- <argument name =" productAvailabilityChecks" xsi : type =" array" >
1021
- <item name =" configurable" xsi : type =" object" >Magento\ConfigurableProductSales\Model\Order\Reorder\OrderedProductAvailabilityChecker</item >
1022
- </argument >
1020
+ <argument name =" productAvailabilityChecks" xsi : type =" array" />
1023
1021
</arguments >
1024
1022
</type >
1025
1023
</config >
You can’t perform that action at this time.
0 commit comments