Skip to content
Snippets Groups Projects
Commit 766f9b38 authored by Chris Rockwell's avatar Chris Rockwell
Browse files

Remove patch file

parent 9a085f9d
Branches
Tags
No related merge requests found
diff --git a/src/Plugin/SmsGateway/Twilio.php b/src/Plugin/SmsGateway/Twilio.php
index 44c0b70..b5bd06b 100644
--- a/src/Plugin/SmsGateway/Twilio.php
+++ b/src/Plugin/SmsGateway/Twilio.php
@@ -108,6 +108,7 @@ public function send(SmsMessageInterface $sms_message) {
];
$report = new SmsDeliveryReport();
+ $report->setRecipient($recipient);
try {
$message = $client->messages->create($recipient, $options);
$report->setStatus(SmsMessageReportStatus::QUEUED);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment