1
0
mirror of synced 2024-11-21 20:46:03 +03:00
This commit is contained in:
raulleo 2019-04-11 14:47:05 +03:00
parent 73dc060297
commit 21c0f804a5

View File

@ -287,7 +287,7 @@ class AtolOnlineApi
{
if ($this->debug && $this->logger) {
$v = "* URL: ".$url;
$v .= "\n * POSTFILEDS: ".$data;
$v .= "\n * POSTFIELDS: ".$data;
$v .= "\n * RESPONSE HEADERS: ".$response->getRawHeaders();
$v .= "\n * RESPONSE BODY: ".$response->getBody();
$v .= "\n * ATTEMPTS: ".$this->attempts;