laowu 1 nedēļu atpakaļ
vecāks
revīzija
942b64874f
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      app/Services/PayPlus.php

+ 2 - 1
app/Services/PayPlus.php

@@ -172,9 +172,10 @@ class PayPlus
             $encrypted['body'],
             $this->buildPayinHeaders()
         );
+        
 
         $decoded = json_decode($response, true) ?: [];
-
+        Util::WriteLog('PayPlus', 'PayPlus raw response: ' . $decoded);
         return $this->decryptPayinResponse($decoded, $encrypted['aes_key'], $encrypted['iv']);
     }