From 999a0616e72289eb8a44c01a09ea80850629849e Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Mon, 22 Apr 2024 05:41:12 +0100 Subject: [PATCH] https://github.com/thehcginstitute-com/m1/issues/572 --- app/code/local/HCG/MailChimp/Batch/ProcessEachResponseFile.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/code/local/HCG/MailChimp/Batch/ProcessEachResponseFile.php b/app/code/local/HCG/MailChimp/Batch/ProcessEachResponseFile.php index c824fc8426..b0911a807f 100644 --- a/app/code/local/HCG/MailChimp/Batch/ProcessEachResponseFile.php +++ b/app/code/local/HCG/MailChimp/Batch/ProcessEachResponseFile.php @@ -7,10 +7,9 @@ final class ProcessEachResponseFile { * 2024-04-21 "Refactor `Ebizmarts_MailChimp_Model_Api_Batches`": https://github.com/thehcginstitute-com/m1/issues/572 * @used-by GetResults::_saveItemStatus() * @param string[] $files - * @param $batchId * @throws \Mage_Core_Exception */ - static function p(array $files, $batchId, string $mcStore, int $mgStore):void { + static function p(array $files, string $batchId, string $mcStore, int $mgStore):void { $h = hcg_mc_h(); $h->resetCountersDataSentToMailchimp(); $fileHelper = hcg_mc_h_file();