Argument #1 ($storeId) must be of type int, string given error
I am having a feed which is run every night with crons. My instance is magento 2.4.6-p2. I am using this function to get store id: public function execute() { foreach ($this->storeManager->getStores() as $store) { // Only generate feeds when… Read More »Argument #1 ($storeId) must be of type int, string given error