|
|
@@ -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']);
|
|
|
}
|
|
|
|