Skip to content

Commit

Permalink
Merge pull request #5 from martinknor/martinknor-patch-1
Browse files Browse the repository at this point in the history
Fix properties
  • Loading branch information
thorewi committed Feb 19, 2021
2 parents 692943b + 589d244 commit df1f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartEmailing.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function importContact($email, array $contactLists = NULL, array $propert

if (is_array($properties)) {
foreach ($properties as $name => $value) {
$contact['data'][$name] = $value;
$contact[$name] = $value;
}
}

Expand Down

0 comments on commit df1f84f

Please sign in to comment.