Skip to content

Commit

Permalink
Merge pull request #3 from ossycodes/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes authored Sep 21, 2023
2 parents 0cfd421 + 1eb208a commit c2b8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NigeriabulksmsChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function send($notifiable, Notification $notification)
$nigeriaBulksmsMessage->recipients = $message->getRecipients();
$nigeriaBulksmsMessage->body = $message->getContent();

return $this->client->message->send($message);
return $this->client->message->send($nigeriaBulksmsMessage);

} catch (AuthenticateException $e) {
// That means that your username and/or password is incorrect
Expand Down

0 comments on commit c2b8e76

Please sign in to comment.