From a43cbd7b53d4c0935998772d394675fe820c1059 Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Thu, 2 May 2024 21:03:13 +0100 Subject: [PATCH] https://github.com/thehcginstitute-com/m1/issues/590 --- app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php b/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php index 5a443bf6f..3596f7c55 100644 --- a/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php +++ b/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php @@ -8,7 +8,6 @@ final class Ebizmarts_MailChimp_Model_ProcessWebhook { * 2024-05-02 Dmitrii Fediuk https://upwork.com/fl/mage2pro * "Refactor `Ebizmarts_MailChimp_Model_ProcessWebhook`": https://github.com/cabinetsbay/site/issues/590 * @used-by Aoe_Scheduler_Model_Observer::dispatch() (app/code/community/Ebizmarts/MailChimp/etc/config.xml) - * @used-by Ebizmarts_MailChimp_Model_Cron::deleteWebhookRequests() */ function __construct() { $this->_helper = hcg_mc_h();