Skip to content

Commit

Permalink
group batches by store #2041 for magento 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Nov 27, 2024
1 parent 6eac96f commit adc2d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cron/GenerateStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ private function getBatches($storeId,$mailchimpStoreId)
foreach ($collection as $item) {
$batch = [];
$batch['id'] = $item['batch_id'];
$batch['magento_store_id'] = $item['store_id'];
$batch['mailchimp_store_id'] = $item['mailchimp_store_id'];
$batch['date'] = $item['modified_date'];
$batch['status'] = $item['status'];
Expand Down

0 comments on commit adc2d85

Please sign in to comment.