testing sms sending
[namibia] / workers / Notifier.php
index 7e7b43c..bc9e7c7 100644 (file)
@@ -22,7 +22,7 @@ if ('nrad.local' == $uname)
        $isDev   = true;
        $appName = 'Bid4Cars (dev)';
 }
-define('APP_KEY', 'B4C2');
+define('APP_KEY', 'namibia');
 define('IS_DEV_ENV', $isDev);
 define('IS_STAGE_ENV', $isStage);
 define('IS_LIVE_ENV', $isLive);
@@ -184,6 +184,7 @@ class Notifier
                $apiMsgId = '';
                try
                {
+                       \Utility\Debug::errorLog("trying","sms");
                        if (!$data['disableSms'] && $data['smsTemplate'] && $data['mobile'])
                        {
                                if (IS_STAGE_ENV || 'production' == self::$instance)