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 9808df6 commit 40fe6df
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
# "Refactor `Ebizmarts_MailChimp_Model_ProcessWebhook`":
# https://github.com/cabinetsbay/site/issues/590
use Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags as Tags;
final class Ebizmarts_MailChimp_Model_ProcessWebhook
{
function __construct()
{
final class Ebizmarts_MailChimp_Model_ProcessWebhook {
function __construct() {
$this->_helper = hcg_mc_h();
$this->_dateHelper = Mage::helper('mailchimp/date');

$this->_tags = new Tags;
$this->_interestGroupHandle = Mage::getModel('mailchimp/api_subscribers_InterestGroupHandle');
}
Expand Down

0 comments on commit 40fe6df

Please sign in to comment.