1
0
mirror of synced 2024-11-21 20:46:03 +03:00

Merge pull request #2 from raulleo/fix-debug-typo

fix typo
This commit is contained in:
Alexey 2019-04-11 14:58:36 +03:00 committed by GitHub
commit f21bf18401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;