testing
authorMark <mark@nirph.com>
Fri, 23 Dec 2016 14:03:22 +0000 (16:03 +0200)
committerMark <mark@nirph.com>
Fri, 23 Dec 2016 14:03:22 +0000 (16:03 +0200)
module/Utility/src/Utility/Comms/Notification.php
module/Utility/src/Utility/Comms/Sms.php

index 818b74e..18f6e26 100644 (file)
@@ -520,7 +520,8 @@ class Notification
                $apiMsgId = '';
                try
                {
-                       \Utility\Debug::errorLog("trying","sms");
+//                     \Utility\Debug::errorLog("tryingNotification","sms");
+                       error_log("tryingNotification",$mobile);
                        if (!$disableSms && $smsTemplate && $mobile)
                        {
                                if (IS_STAGE_ENV || 'production' == \Utility\Registry::getConfigParam('Instance'))
index 01323aa..4dcec59 100644 (file)
@@ -265,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))
         {