Skip to content

Commit

Permalink
Integer list ID for SendInBlue
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 7, 2019
1 parent d983e43 commit b6fd075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubscribeMe/Subscriber/SendInBlueSubscriber.php
Expand Up @@ -19,7 +19,7 @@ public function subscribe(string $email, array $options, array $userConsents = [
{
$body = [
'email' => $email,
'listIds' => [$this->getContactListId()]
'listIds' => [(int) $this->getContactListId()]
];

if (count($options) > 0) {
Expand Down

0 comments on commit b6fd075

Please sign in to comment.