Call to undefined method MagentoCustomerModelResourceModelCustomerRepositoryInterceptor::getByEmail() magento2
I am trying to update custom attribute in magento2 but i am getting error while running this <?php namespace testOrgControllerResult; use MagentoFrameworkAppActionContext; use MagentoFrameworkViewResultPageFactory; use MagentoFrameworkControllerResultJsonFactory; use MagentoFrameworkAppHelperAbstractHelper; use MagentoFrameworkHTTPClientCurl; use MagentoCustomerApiCustomerRepositoryInterface; class Result1 extends MagentoFrameworkAppActionAction { /** * @var… Read More »Call to undefined method MagentoCustomerModelResourceModelCustomerRepositoryInterceptor::getByEmail() magento2