You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
Installed the extension in a Vanilla instance, it works fine.
If I create my module with a frontend observer on 'customer_register_success' event (<mage_dir>/app/code/Vendor/Module/etc/frontend/events.xml):
returning account_controller with Gigya\GigyaIM\Controller\Raas\GigyaPost type (and without data) instead of Magento\Customer\Controller\Account\CreatePost type as documentated by Magento (vendor/magento/module-customer/README.md):
customer_register_success event in the \Magento\Customer\Controller\Account\CreatePost::execute method. Parameters:
- account_controller is a $this object (\Magento\Customer\Controller\Account\CreatePost class)
- customer is a customer object (\Magento\Customer\Model\Data\Customer class)
'customer_register_success' event is used in many vendor extensions.
Could you solve the problem?
The text was updated successfully, but these errors were encountered:
System: Magento Version: Magento Open Source ver. 2.4.5/2.4.5-p3 Vanilla
PHP Version: 8.1
Gigya Version: gigya/magento2-im: 6.0.0/6.1.0
Issue description:
Installed the extension in a Vanilla instance, it works fine.
If I create my module with a frontend observer on 'customer_register_success' event (<mage_dir>/app/code/Vendor/Module/etc/frontend/events.xml):
trying to get data from account controller (<mage_dir>/app/code/Vendor/Module/Observer/CustomerRegisterSuccess.php)
I get this message error:
Undefined array key "email"
This depends from your source code that overrides Magento core class by preference Gigya/GigyaIM/etc/di.xml
and in gigyaCreateUser() function of Gigya\GigyaIM\Controller\Raas\GigyaPost class
returning account_controller with Gigya\GigyaIM\Controller\Raas\GigyaPost type (and without data) instead of Magento\Customer\Controller\Account\CreatePost type as documentated by Magento (vendor/magento/module-customer/README.md):
'customer_register_success' event is used in many vendor extensions.
Could you solve the problem?
The text was updated successfully, but these errors were encountered: