From 454b2c63596e8add385b38ee2b06f12968bc6e46 Mon Sep 17 00:00:00 2001 From: hjcday Date: Sun, 16 Aug 2020 15:03:30 +1000 Subject: [PATCH] Fix Plivo SMS encoding --- 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(