Skip to content

Commit 3fe93c0

Browse files
authored
Fix typo
1 parent ff0f24e commit 3fe93c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

etc/webapi_soap/di.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Webapi\Controller\Rest">
10-
<plugin name="Opengento_WebapiLogger::FrontControllerDispatchBefore" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatchBefore" sortOrder="1"/>
11-
<plugin name="Opengento_WebapiLogger::FrontControllerDispatchAfter" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatch" sortOrder="9999"/>
9+
<type name="Magento\Webapi\Controller\Soap">
10+
<plugin name="Opengento_WebapiLogger::FrontControllerDispatch" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatch"/>
1211
</type>
1312
</config>

0 commit comments

Comments
 (0)