Skip to content

Commit

Permalink
Merge pull request #181 from R3VoLuT1OneR/patch-1
Browse files Browse the repository at this point in the history
SMS send to contact GET method
  • Loading branch information
Woeler authored Dec 19, 2018
2 parents 57d470c + 140ebfb commit 6ff1dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Api/Smses.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ class Smses extends Api
*/
public function sendToContact($id, $contactId)
{
return $this->makeRequest($this->endpoint.'/'.$id.'/contact/'.$contactId.'/send', array(), 'POST');
return $this->makeRequest($this->endpoint.'/'.$id.'/contact/'.$contactId.'/send');
}
}

0 comments on commit 6ff1dfa

Please sign in to comment.