character name to id issue

This commit is contained in:
2019-08-26 19:44:15 -05:00
parent d7696e83d6
commit 6980865015

View File

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