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;
         }
     }