File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
app/code/Magento/QuoteGraphQl/etc/graphql Expand file tree Collapse file tree 1 file changed +0
-17
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\Cart\SetShippingAddressesOnCartInterface"
10
10
type =" Magento\QuoteGraphQl\Model\Cart\SetShippingAddressOnCart" />
11
- <virtualType name =" multishippingPaymentSpecification" type =" Magento\Payment\Model\Method\Specification\Composite" >
12
- <arguments >
13
- <argument name =" specifications" xsi : type =" array" >
14
- <item name =" enabled" xsi : type =" string" >Magento\Multishipping\Model\Payment\Method\Specification\Enabled</item >
15
- </argument >
16
- </arguments >
17
- </virtualType >
18
- <type name =" Magento\Multishipping\Block\Checkout\Billing" >
19
- <arguments >
20
- <argument name =" paymentSpecification" xsi : type =" object" >multishippingPaymentSpecification</argument >
21
- </arguments >
22
- </type >
23
- <type name =" Magento\Multishipping\Model\Checkout\Type\Multishipping" >
24
- <arguments >
25
- <argument name =" paymentSpecification" xsi : type =" object" >multishippingPaymentSpecification</argument >
26
- </arguments >
27
- </type >
28
11
</config >
You can’t perform that action at this time.
0 commit comments