How to update custom_column value in customer_entity table upon email confirmation in magento 2?
I am trying to update the “customer_entity” table “custom_column” value upon customer confirmation. For that I used a plugin as follow. This is my di.xml content for this pluging <type name=”MagentoCustomerModelAccountManagement”> <plugin name=”customCustomerEntityColumn” type=”VendorModulePluginModelAccountManagementPlugin”></plugin> </type> And this is my Plugin… Read More »How to update custom_column value in customer_entity table upon email confirmation in magento 2?