Skip to content

Commit

Permalink
Merge pull request #2020 from mailchimp/Issue1388-2.1
Browse files Browse the repository at this point in the history
closes #1388 for magento 2.1
  • Loading branch information
gonzaloebiz authored Oct 24, 2024
2 parents 55b6298 + 76c8114 commit a79d7fa
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 @@ -707,6 +707,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 a79d7fa

Please sign in to comment.