File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/WebapiAsync/etc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10
- <type name =" Magento\Webapi\Model\ServiceMetadata" >
10
+ <!-- type name="Magento\Webapi\Model\ServiceMetadata">
11
11
<plugin name="webapiServiceMetadataAsync" type="Magento\WebapiAsync\Plugin\ServiceMetadata" />
12
- </type >
12
+ </type-- >
13
13
</config >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10
10
11
- <type name =" Magento\Webapi\Controller\Rest\RequestProcessorPool" >
11
+ <!-- type name="Magento\Webapi\Controller\Rest\RequestProcessorPool">
12
12
<arguments>
13
13
<argument name="requestProcessors" xsi:type="array">
14
14
<item name="asyncSchema" xsi:type="object" sortOrder="60">Magento\WebapiAsync\Controller\Rest\AsynchronousSchemaRequestProcessor</item>
15
15
<item name="async" xsi:type="object" sortOrder="150">Magento\WebapiAsync\Controller\Rest\AsynchronousRequestProcessor</item>
16
16
</argument>
17
17
</arguments>
18
- </type >
18
+ </type-- >
19
19
</config >
You can’t perform that action at this time.
0 commit comments