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 6051072 commit 9808df6
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,6 @@
use Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags as Tags;
final class Ebizmarts_MailChimp_Model_ProcessWebhook
{
const BATCH_LIMIT = 200;

/**
* @var Ebizmarts_MailChimp_Helper_Data
*/
private $_helper;
private $_dateHelper;

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

/**
* @var Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags
*/
private $_tags;

/**
* Webhooks request url path
*
* @const string
*/

const WEBHOOKS_PATH = 'mailchimp/webhook/index/';

function __construct()
{
$this->_helper = hcg_mc_h();
Expand Down Expand Up @@ -256,4 +230,30 @@ private function getDateHelper()
{
return $this->_dateHelper;
}

const BATCH_LIMIT = 200;

/**
* @var Ebizmarts_MailChimp_Helper_Data
*/
private $_helper;
private $_dateHelper;

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

/**
* @var Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags
*/
private $_tags;

/**
* Webhooks request url path
*
* @const string
*/

const WEBHOOKS_PATH = 'mailchimp/webhook/index/';
}

0 comments on commit 9808df6

Please sign in to comment.