testing
[namibia] / module / Utility / src / Utility / Comms / Sms.php
index 8f2d116..4dcec59 100644 (file)
@@ -249,6 +249,7 @@ class Sms
         #-> Environmental override.
         if (IS_DEV_ENV && !IS_STAGE_ENV)
         {
+            \Utility\Debug::errorLog("overriding","sms");
                \Utility\Debug::errorLog('Sms.send Override: ' . $this->sTo, $this->sBody);
                return;
         }
@@ -264,6 +265,7 @@ class Sms
               . "&text=".substr(urlencode($this->sBody),0,620);
 
         \Utility\Debug::errorLog("sms url", $sUrl);
+        error_log("sms url", $sUrl);
 
         if (!empty($this->sSmscId))
         {