Skip to content

Commit

Permalink
Update NexmoSmsChannel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunson authored Dec 21, 2020
1 parent eb81e70 commit beb576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channels/NexmoSmsChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function send($notifiable, Notification $notification)
];

if ($message->statusCallback) {
$payload['client_ref'] = $message->clientReference;
$payload['client-ref'] = $message->clientReference;
}

return ($message->client ?? $this->nexmo)->message()->send($payload);
Expand Down

0 comments on commit beb576d

Please sign in to comment.