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 67d55b3 commit e27c6de
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 @@ -415,7 +415,7 @@ function _sendEcommerceBatch($magentoStoreId)

protected function _processBatchOperations($batchArray, $mailchimpStoreId, $magentoStoreId)
{
$helper = $this->getHelper();
$helper = hcg_mc_h();
$mailchimpApi = $helper->getApi($magentoStoreId);

if (!empty($batchArray['operations'])) {
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 @@ -40,7 +40,7 @@
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::_getResults()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::_saveItemStatus()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::_sendEcommerceBatch()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::STUB()
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::_processBatchOperations()
* @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 e27c6de

Please sign in to comment.