stanley-king преди 1 година
родител
ревизия
0205da949d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -428,7 +428,7 @@ class RefillBase
 
             return $mch_amount;
         } catch (Exception $ex) {
-            Log::record($ex->getMessage(), Log::ERR);
+            Log::record("onError:" . $ex->getMessage(), Log::ERR);
             return false;
         }
     }