Skip to content

Commit

Permalink
Merge pull request #2024 from mailchimp/Issue1388-2.4
Browse files Browse the repository at this point in the history
closes #1388 for magento 2.4
  • Loading branch information
gonzaloebiz authored Oct 24, 2024
2 parents 4429dba + 8ef5c68 commit 6edba1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ public function getMergeVars(\Magento\Customer\Model\Customer $customer, $storeI

if (!empty($value)) {
$mergeVars[$map['mailchimp']] = $value;
} else {
$mergeVars[$map['mailchimp']] = '';
}
}
}
Expand Down

0 comments on commit 6edba1f

Please sign in to comment.