Skip to content

Commit

Permalink
Updating for frontlinesms api
Browse files Browse the repository at this point in the history
- Changing recipient type to mobile from address for frontlinesms api compatibility
  • Loading branch information
willdoran authored Jul 18, 2017
1 parent 2835ae3 commit 837430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontlinesms/classes/DataProvider/Frontlinesms.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function send($to, $message, $title = "")
"message" => $message,
"recipients" => array(
array(
"type" => "address",
"type" => "mobile",
"value" => $to
)
)
Expand Down

0 comments on commit 837430b

Please sign in to comment.