File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
9
<preference for =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\CustomizableOptionValueInterface" type =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\CustomizableOptionValue\Composite" />
10
10
<preference for =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\Processor\ItemDataProcessorInterface" type =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\Processor\ItemDataCompositeProcessor" />
11
+ <preference for =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutexInterface" type =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutex" />
11
12
<type name =" Magento\QuoteGraphQl\Model\Resolver\CartItemTypeResolver" >
12
13
<arguments >
13
14
<argument name =" supportedTypes" xsi : type =" array" >
Original file line number Diff line number Diff line change 12
12
type =" Magento\QuoteGraphQl\Model\Cart\SetShippingMethodsOnCart" />
13
13
<preference for =" Magento\QuoteGraphQl\Model\Cart\MergeCarts\CartQuantityValidatorInterface"
14
14
type =" Magento\QuoteGraphQl\Model\Cart\MergeCarts\CartQuantityValidator" />
15
- <preference for =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutexInterface"
16
- type =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutex" />
17
15
<type name =" Magento\QuoteGraphQl\Model\Cart\BuyRequest\BuyRequestBuilder" >
18
16
<arguments >
19
17
<argument name =" providers" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments