Unable to save custom Customer Attributes in Magento 2.4.5-p1 Order Placement Observer
I’ve created a new custom attribute as below: namespace VendorModuleSetup; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoCustomerModelCustomer; use MagentoEavModelConfig; class InstallData implements InstallDataInterface { private $eavSetupFactory; private $eavConfig; public function __construct(EavSetupFactory $eavSetupFactory, Config $eavConfig) {… Read More »Unable to save custom Customer Attributes in Magento 2.4.5-p1 Order Placement Observer