laowu 1 settimana fa
parent
commit
56cef6ebde
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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', '');
         $signature = $request->header('Authorization', '');
         $service = (new PayPlus())->getPayoutService();
         $service = (new PayPlus())->getPayoutService();
         if (!$service->verifyPayoutSignature($post, $signature)) {
         if (!$service->verifyPayoutSignature($post, $signature)) {
-            Util::WriteLog('PayPlus', 'cash notify verify failed: ' . json_encode($post) . 'headers: ' . json_encode($request->headers->all()));
+            Util::WriteLog('PayPlus', 'cash notify verify failed');
 
 
             return 'success';
             return 'success';
         }
         }