We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d490b + 336c43d commit 4bbf347Copy full SHA for 4bbf347
app/code/Magento/LoginAsCustomerLog/etc/frontend/di.xml
@@ -1,13 +1,13 @@
1
<?xml version="1.0"?>
2
<!--
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe
+ * All Rights Reserved.
6
*/
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9
<type name="Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface">
10
- <plugin name="log_authentication"
+ <plugin name="log_login_as_customer_authentication"
11
type="Magento\LoginAsCustomerLog\Plugin\LoginAsCustomerApi\LogAuthenticationPlugin"/>
12
</type>
13
</config>
0 commit comments