character name to id issue

This commit is contained in:
2019-08-26 19:41:37 -05:00
parent ad43ecbc84
commit b9984b7236

View File

@@ -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([ $response = $esi->setBody([
$name, '\"Rimmelchen Ohu\"'
])->invoke('post', '/universe/ids/'); ])->invoke('post', '/universe/ids/');
//$response = $esi->setQueryString([ //$response = $esi->setQueryString([
// 'categories' => 'character', // 'categories' => 'character',