Skip to content

Commit

Permalink
message_id missing in synq gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Mosoti committed Sep 19, 2018
1 parent 32a4e6c commit b165c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/Synq.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function send($recipient, $message, $params = null)

$data = [
'is_success' => $d === 'OK',
'message_id' => $params['message_id']
'message_id' => $params['message_id'] ?? ''
];

return (object)$data;
Expand Down

0 comments on commit b165c42

Please sign in to comment.