fix typo
This commit is contained in:
parent
73dc060297
commit
21c0f804a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue