character name to id issue
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user