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 4, 2024
1 parent 0657406 commit 8d8caee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
use HCG\MailChimp\Tags\ProcessMergeFields;
# 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_MailchimpTags as Tags;
use HCG\MailChimp\Tags\ProcessMergeFields;
final class Ebizmarts_MailChimp_Model_ProcessWebhook {
/**
* 2024-05-02 Dmitrii Fediuk https://upwork.com/fl/mage2pro
Expand Down
7 changes: 7 additions & 0 deletions app/code/local/HCG/MailChimp/lib/h/webhook.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
use Ebizmarts_MailChimp_Helper_Curl as H;
/**
* 2024-04-21
* @used-by Ebizmarts_MailChimp_Model_Api_Batches::getBatchResponse()
*/
function hcg_mc_h_webhook():H {return Mage::helper('mailchimp/webhook');}

0 comments on commit 8d8caee

Please sign in to comment.