Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/590
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 2, 2024
1 parent ddf4f02 commit a52dea7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ final class Ebizmarts_MailChimp_Model_ProcessWebhook {
* @used-by Aoe_Scheduler_Model_Observer::dispatch() (app/code/community/Ebizmarts/MailChimp/etc/config.xml)
*/
function __construct() {
$this->_dateHelper = Mage::helper('mailchimp/date');
$this->_tags = new Tags;
$this->_interestGroupHandle = Mage::getModel('mailchimp/api_subscribers_InterestGroupHandle');
}
Expand Down Expand Up @@ -200,18 +199,8 @@ private function getInterestGroupHandleModel()
*/
private function getMailchimpTagsModel():Tags {return $this->_tags;}

/**
* @return Ebizmarts_MailChimp_Helper_Date|Mage_Core_Helper_Abstract
*/
private function getDateHelper()
{
return $this->_dateHelper;
}

const BATCH_LIMIT = 200;

private $_dateHelper;

/**
* @var Ebizmarts_MailChimp_Model_Api_Subscribers_InterestGroupHandle
*/
Expand Down

0 comments on commit a52dea7

Please sign in to comment.