stanley-king hace 1 año
padre
commit
0205da949d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
     }