stanley-king hai 1 ano
pai
achega
0205da949d
Modificáronse 1 ficheiros con 1 adicións e 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;
         }
     }