Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/572
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 22, 2024
1 parent 126fc04 commit 999a061
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 999a061

Please sign in to comment.