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 2ea3113 commit faff3a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ private function _saveProcessedWebhook($webhookRequest):void {$webhookRequest->s
*/
private function _subscribe(array $data):void {
try {
$subscribe = true;
$this->getMailchimpTagsModel()->processMergeFields($data, $subscribe);
$this->getMailchimpTagsModel()->processMergeFields($data, true);
} catch (Exception $e) {
Mage::logException($e);
}
Expand Down

0 comments on commit faff3a9

Please sign in to comment.