1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

Clean up for logging

This commit is contained in:
David Bomba 2022-04-26 13:16:16 +10:00
parent 5851a3ed7d
commit f9e44df6fe

View File

@ -70,7 +70,7 @@ class AuthService
$message_body = json_decode($response->getBody(), true);
info(print_r($message_body,1));
//info(print_r($message_body,1));
$this->isSuccessful = true;
$this->token = $message_body['data'][0]['token']['token'];