Fix Plivo SMS encoding (#981)

Co-authored-by: hjcday <hugh.day@lsv.com.au>
This commit is contained in:
hjcday 2020-12-16 10:16:05 +11:00 committed by GitHub
parent a94f8ca677
commit 79ccd15a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Plivo extends Core
array( array(
"src" => $this->originator, "src" => $this->originator,
"dst" => $recipients, "dst" => $recipients,
"text" => urlencode($message) "text" => $message
) )
), ),
CURLOPT_HTTPHEADER => array( CURLOPT_HTTPHEADER => array(