stanley-king 1 년 전
부모
커밋
21fde66972
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      helper/refill/RefillBase.php

+ 2 - 1
helper/refill/RefillBase.php

@@ -430,8 +430,9 @@ class RefillBase
         } catch (Exception $ex) {
             $spec = $order->spec();
             $card_type = $order->card_type();
+            $cur_quality = $order->cur_quality();
 
-            Log::record("onError mchid=$mchid org_quality=$org_quality spec=$spec card_type=$card_type:" . $ex->getMessage(), Log::ERR);
+            Log::record("onError mchid=$mchid org_quality=$org_quality cur_qua=$cur_quality spec=$spec card_type=$card_type :" . $ex->getMessage(), Log::ERR);
             return false;
         }
     }