Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions bb2698 ... vs aa749c ... for workers/Notifier.php

Diff revisions: vs.
  @@ -184,6 +184,7 @@
184 184 $apiMsgId = '';
185 185 try
186 186 {
187 + \Utility\Debug::errorLog("trying","sms");
187 188 if (!$data['disableSms'] && $data['smsTemplate'] && $data['mobile'])
188 189 {
189 190 if (IS_STAGE_ENV || 'production' == self::$instance)