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