character name to id issue

This commit is contained in:
2019-08-26 19:38:33 -05:00
parent 87ecbb9407
commit fbc6df6f87

View File

@@ -42,6 +42,9 @@ class LookupHelper {
//dd($name);
try {
//Get the character id from the ESI API.
$response = $esi->setBody([
$character,
])->invoke('post', '/universe/ids/');
$response = $esi->setQueryString([
'categories' => 'character',
'search' => $name,