Skip to content

Commit 6edba1f

Browse files
authored
Merge pull request #2024 from mailchimp/Issue1388-2.4
closes #1388 for magento 2.4
2 parents 4429dba + 8ef5c68 commit 6edba1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Helper/Data.php

+2
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ public function getMergeVars(\Magento\Customer\Model\Customer $customer, $storeI
672672

673673
if (!empty($value)) {
674674
$mergeVars[$map['mailchimp']] = $value;
675+
} else {
676+
$mergeVars[$map['mailchimp']] = '';
675677
}
676678
}
677679
}

0 commit comments

Comments
 (0)