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 88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
99 <preference for =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\CustomizableOptionValueInterface" type =" Magento\QuoteGraphQl\Model\CartItem\DataProvider\CustomizableOptionValue\Composite" />
1010 <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" />
1112 <type name =" Magento\QuoteGraphQl\Model\Resolver\CartItemTypeResolver" >
1213 <arguments >
1314 <argument name =" supportedTypes" xsi : type =" array" >
Original file line number Diff line number Diff line change 1212 type =" Magento\QuoteGraphQl\Model\Cart\SetShippingMethodsOnCart" />
1313 <preference for =" Magento\QuoteGraphQl\Model\Cart\MergeCarts\CartQuantityValidatorInterface"
1414 type =" Magento\QuoteGraphQl\Model\Cart\MergeCarts\CartQuantityValidator" />
15- <preference for =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutexInterface"
16- type =" Magento\QuoteGraphQl\Model\Cart\PlaceOrderMutex" />
1715 <type name =" Magento\QuoteGraphQl\Model\Cart\BuyRequest\BuyRequestBuilder" >
1816 <arguments >
1917 <argument name =" providers" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments