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 17d7564 commit 108182f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/local/HCG/MailChimp/Batch/GetResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ static function p(
* @used-by self::p()
* @param $item
* @param $files
* @param $batchId
* @throws \Mage_Core_Exception
*/
private static function _saveItemStatus($item, $files, $batchId, string $mcStore, int $mgStore):void {
private static function _saveItemStatus($item, $files, string $batchId, string $mcStore, int $mgStore):void {
$h = hcg_mc_h();
if (!empty($files)) {
if (isset($files['error'])) {
Expand Down

0 comments on commit 108182f

Please sign in to comment.