-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdi.xml
10 lines (8 loc) · 807 Bytes
/
di.xml
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
<preference for="Magento\Customer\Controller\Account\LoginPost" type="Gigya\GigyaM2\Controller\Raas\GigyaPost" />
<preference for="Magento\Customer\Controller\Account\CreatePost" type="Gigya\GigyaM2\Controller\Raas\GigyaPost" />
<!--<preference for="Magento\Customer\Controller\Raas\GigyaPost" type="Gigya\GigyaM2\Controller\Raas\GigyaPost" />-->
<preference for="Magento\Customer\Controller\Account\EditPost" type="Gigya\GigyaM2\Controller\Raas\GigyaEditPost" />
<preference for="Magento\Customer\Model\AccountManagement" type="Gigya\GigyaM2\Model\AccountManagement" />
</config>