From d321205ac95cd734504cb478de63a4418ac087f1 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Tue, 13 Oct 2020 02:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B2=D1=8B=D0=B1?= =?UTF-8?q?=D1=80=D0=BE=D1=81=D0=B0=20AtolAuthFailedException?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AtolOnline/Exceptions/AtolAuthFailedException.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AtolOnline/Exceptions/AtolAuthFailedException.php b/src/AtolOnline/Exceptions/AtolAuthFailedException.php index 1e159ab..5cf16b3 100644 --- a/src/AtolOnline/Exceptions/AtolAuthFailedException.php +++ b/src/AtolOnline/Exceptions/AtolAuthFailedException.php @@ -33,9 +33,9 @@ class AtolAuthFailedException extends Exception $message = $last_response->isValid() ? $message : '['.$last_response->error->code.'] '.$last_response->error->text. - '. ERROR_ID: '.$last_response->error->error_ID. + '. ERROR_ID: '.$last_response->error->error_id. '. TYPE: '.$last_response->error->type; $code = $last_response->isValid() ? $code : $last_response->error->code; parent::__construct($message, $code, $previous); } -} \ No newline at end of file +}