fix typo
This commit is contained in:
parent
73dc060297
commit
21c0f804a5
@ -287,7 +287,7 @@ class AtolOnlineApi
|
|||||||
{
|
{
|
||||||
if ($this->debug && $this->logger) {
|
if ($this->debug && $this->logger) {
|
||||||
$v = "* URL: ".$url;
|
$v = "* URL: ".$url;
|
||||||
$v .= "\n * POSTFILEDS: ".$data;
|
$v .= "\n * POSTFIELDS: ".$data;
|
||||||
$v .= "\n * RESPONSE HEADERS: ".$response->getRawHeaders();
|
$v .= "\n * RESPONSE HEADERS: ".$response->getRawHeaders();
|
||||||
$v .= "\n * RESPONSE BODY: ".$response->getBody();
|
$v .= "\n * RESPONSE BODY: ".$response->getBody();
|
||||||
$v .= "\n * ATTEMPTS: ".$this->attempts;
|
$v .= "\n * ATTEMPTS: ".$this->attempts;
|
||||||
|
Loading…
Reference in New Issue
Block a user