File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
LoginAsCustomerFrontendUi Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 <preference for =" Magento\LoginAsCustomerApi\Api\Data\AuthenticationDataInterface" type =" Magento\LoginAsCustomer\Model\AuthenticationData" />
1010 <preference for =" Magento\LoginAsCustomerApi\Api\SaveAuthenticationDataInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\SaveAuthenticationData" />
1111 <preference for =" Magento\LoginAsCustomerApi\Api\GetAuthenticationDataBySecretInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\GetAuthenticationDataBySecret" />
12- <preference for =" Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface" type =" Magento\LoginAsCustomer\Model\AuthenticateCustomerBySecret" />
1312 <preference for =" Magento\LoginAsCustomerApi\Api\DeleteAuthenticationDataForUserInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\DeleteAuthenticationDataForUser" />
1413 <preference for =" Magento\LoginAsCustomerApi\Api\ConfigInterface" type =" Magento\LoginAsCustomer\Model\Config" />
1514 <preference for =" Magento\LoginAsCustomerApi\Api\IsLoginAsCustomerSessionActiveInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\IsLoginAsCustomerSessionActive" />
Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \LoginAsCustomer \Model ;
8+ namespace Magento \LoginAsCustomerFrontendUi \Model ;
99
1010use Magento \Customer \Model \Session ;
1111use Magento \Framework \Exception \LocalizedException ;
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9+ <preference for =" Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface" type =" Magento\LoginAsCustomerFrontendUi\Model\AuthenticateCustomerBySecret" />
910 <type name =" Magento\Customer\CustomerData\SectionPoolInterface" >
1011 <arguments >
1112 <argument name =" sectionSourceMap" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments