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'];