diff --git a/src/SmartEmailing.php b/src/SmartEmailing.php index 828b185..7fb78b2 100644 --- a/src/SmartEmailing.php +++ b/src/SmartEmailing.php @@ -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; } }