|
|
@ -28,7 +28,7 @@ class Response
|
|
|
|
$data = $response;
|
|
|
|
$data = $response;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
Log::write('RESPONSE_STR: ' . $response);
|
|
|
|
Log::write('RESPONSE_STR: ' . $response);
|
|
|
|
$data = json_decode($response);
|
|
|
|
$data = json_decode($response, true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!$data) {
|
|
|
|
if (!$data) {
|
|
|
|
$data = [
|
|
|
|
$data = [
|
|
|
|