laowu 1 주 전
부모
커밋
f6bc5c3e01
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/PayPlus.php

+ 1 - 0
app/Services/PayPlus.php

@@ -178,6 +178,7 @@ class PayPlus
         if ($orderId !== '') {
             $payload['order_id'] = (string) $orderId;
         }
+        Util::WriteLog('PayPlus', 'Query PayPlus order: ' . json_encode($payload));
 
         return $this->postPayinPath(
             $this->config['query_path'] ?? '/up-apis/merchant/payment/query',