character name to id issue

This commit is contained in:
2019-08-26 19:51:31 -05:00
parent 76b1fa3775
commit 6356de7cf2

View File

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