From 79ccd15a76eb74036d0c16725774823fdc02205c Mon Sep 17 00:00:00 2001 From: hjcday <59719860+hjcday@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:16:05 +1100 Subject: [PATCH] Fix Plivo SMS encoding (#981) Co-authored-by: hjcday --- src/psm/Txtmsg/Plivo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Txtmsg/Plivo.php b/src/psm/Txtmsg/Plivo.php index e2eec00f..7c164684 100644 --- a/src/psm/Txtmsg/Plivo.php +++ b/src/psm/Txtmsg/Plivo.php @@ -74,7 +74,7 @@ class Plivo extends Core array( "src" => $this->originator, "dst" => $recipients, - "text" => urlencode($message) + "text" => $message ) ), CURLOPT_HTTPHEADER => array(