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 9d81325 commit 5446867
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ function __construct() {
$this->_interestGroupHandle = Mage::getModel('mailchimp/api_subscribers_InterestGroupHandle');
}

function saveWebhookRequest(array $data)
{
function saveWebhookRequest(array $data) {
Mage::getModel('mailchimp/webhookrequest')
->setType($data['type'])
->setFiredAt($data['fired_at'])
Expand Down

0 comments on commit 5446867

Please sign in to comment.