Skip to content

Commit

Permalink
Merge pull request #2022 from mailchimp/Issue1388-2.3
Browse files Browse the repository at this point in the history
closes #1388 for magento 2.3
  • Loading branch information
gonzaloebiz authored Oct 24, 2024
2 parents e3e0c3b + ffca628 commit 93004ed
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 @@ -737,6 +737,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 93004ed

Please sign in to comment.