updates
[namibia] / module / Utility / src / Utility / Comms / Sms.php
index e4e627e..8f2d116 100644 (file)
@@ -263,6 +263,8 @@ class Sms
               . "&to=$this->sTo"
               . "&text=".substr(urlencode($this->sBody),0,620);
 
+        \Utility\Debug::errorLog("sms url", $sUrl);
+
         if (!empty($this->sSmscId))
         {
             $sUrl .= "&smsc=" . $this->sSmscId;