diff --git a/app/code/community/Ebizmarts/MailChimp/Model/Api/Batches.php b/app/code/community/Ebizmarts/MailChimp/Model/Api/Batches.php index 62b54d32e..fc6692074 100644 --- a/app/code/community/Ebizmarts/MailChimp/Model/Api/Batches.php +++ b/app/code/community/Ebizmarts/MailChimp/Model/Api/Batches.php @@ -362,7 +362,7 @@ public function _sendEcommerceBatch($magentoStoreId) $productAmount = count($productsArray); $batchArray['operations'] = array_merge($batchArray['operations'], $productsArray); - if ($helper->getMCIsSyncing($mailchimpStoreId)) { + if ($helper->getMCIsSyncing($mailchimpStoreId, $magentoStoreId) === 1) { $helper->logBatchStatus('No Carts will be synced until the store is completely synced'); } else { //cart operations