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 d44feb2 commit 7fb646f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# 2024-05-02 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# "Refactor `Ebizmarts_MailChimp_Model_ProcessWebhook`":
# https://github.com/cabinetsbay/site/issues/590
use Ebizmarts_MailChimp_Model_Api_Subscribers_InterestGroupHandle as InterestGroupHandle;
use Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags as Tags;
final class Ebizmarts_MailChimp_Model_ProcessWebhook {
/**
Expand All @@ -12,7 +11,6 @@ final class Ebizmarts_MailChimp_Model_ProcessWebhook {
*/
function __construct() {
$this->_tags = new Tags;
$this->_interestGroupHandle = new InterestGroupHandle;
}

/**
Expand Down Expand Up @@ -184,14 +182,6 @@ private function _getStoreId()
return Mage::app()->getStore()->getId();
}

/**
* @return false|Mage_Core_Model_Abstract
*/
private function getInterestGroupHandleModel()
{
return $this->_interestGroupHandle;
}

/**
* 2024-05-02 Dmitrii Fediuk https://upwork.com/fl/mage2pro
* "Refactor `Ebizmarts_MailChimp_Model_ProcessWebhook`": https://github.com/cabinetsbay/site/issues/590
Expand All @@ -202,11 +192,6 @@ private function getMailchimpTagsModel():Tags {return $this->_tags;}

const BATCH_LIMIT = 200;

/**
* @var Ebizmarts_MailChimp_Model_Api_Subscribers_InterestGroupHandle
*/
private $_interestGroupHandle;

/**
* @var Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags
*/
Expand Down

0 comments on commit 7fb646f

Please sign in to comment.