wip
This commit is contained in:
@@ -76,7 +76,8 @@ class DownloadCardRequisite extends Action
|
|||||||
);
|
);
|
||||||
|
|
||||||
info([
|
info([
|
||||||
'response' => $response
|
'isJson' => Str::isJson($response),
|
||||||
|
'decoded' => json_decode($response),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return Str::isJson($response)
|
return Str::isJson($response)
|
||||||
|
|||||||
Reference in New Issue
Block a user