laowu 1 주 전
부모
커밋
a81d89396e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Api/PayPlusController.php

+ 1 - 1
app/Http/Controllers/Api/PayPlusController.php

@@ -91,7 +91,7 @@ class PayPlusController implements PayMentInterFace
         $signature = $request->header('Authorization', '');
         $service = (new PayPlus())->getPayoutService();
         if (!$service->verifyPayoutSignature($post, $signature)) {
-            Util::WriteLog('PayPlus', 'cash notify verify failed');
+            Util::WriteLog('PayPlus', 'cash notify verify failed: ' . json_encode($post) . 'headers: ' . json_encode($request->headers->all()));
 
             return 'success';
         }