Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions d75656 ... vs db7090 ... for module/Utility/src/Utility/Comms/Notification.php

Diff revisions: vs.
  @@ -520,7 +520,8 @@
520 520 $apiMsgId = '';
521 521 try
522 522 {
523 - \Utility\Debug::errorLog("trying","sms");
523 + // \Utility\Debug::errorLog("tryingNotification","sms");
524 + error_log("tryingNotification",$mobile);
524 525 if (!$disableSms && $smsTemplate && $mobile)
525 526 {
526 527 if (IS_STAGE_ENV || 'production' == \Utility\Registry::getConfigParam('Instance'))