ledger job
This commit is contained in:
@@ -47,8 +47,11 @@ class LookupHelper {
|
|||||||
))->invoke('post', '/universe/ids/');
|
))->invoke('post', '/universe/ids/');
|
||||||
} catch(RequestFailedException $e) {
|
} catch(RequestFailedException $e) {
|
||||||
Log::warning('Failed to get item information from /universe/');
|
Log::warning('Failed to get item information from /universe/');
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd($response);
|
||||||
|
|
||||||
if(isset($response->inventory_types)) {
|
if(isset($response->inventory_types)) {
|
||||||
return $response->inventory_types[0]->id;
|
return $response->inventory_types[0]->id;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user