character name to id issue
This commit is contained in:
@@ -43,7 +43,7 @@ class LookupHelper {
|
|||||||
try {
|
try {
|
||||||
//Get the character id from the ESI API.
|
//Get the character id from the ESI API.
|
||||||
$response = $esi->setBody(array(
|
$response = $esi->setBody(array(
|
||||||
'Rimmelchen Ohu',
|
$character,
|
||||||
))->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