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 21, 2024
1 parent cebbc73 commit 9264ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function handleSubscriberBatches():void {
*/
function _getResults($magentoStoreId, $isEcommerceData = true, $status = Ebizmarts_MailChimp_Helper_Data::BATCH_PENDING)
{
$helper = $this->getHelper();
$helper = hcg_mc_h();
$mailchimpStoreId = $helper->getMCStoreId($magentoStoreId);
$collection = $this->getSyncBatchesModel()->getCollection()->addFieldToFilter('status', array('eq' => $status));

Expand Down
2 changes: 1 addition & 1 deletion app/code/local/HCG/MailChimp/lib/h.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::handleEcommerceBatches()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::handleSubscriberBatches()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::sendStoreSubscriberBatch()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::STUB()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::_getResults()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::STUB()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::STUB()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::STUB()
Expand Down

0 comments on commit 9264ef6

Please sign in to comment.