modified the way characters are looked up in the database versus esi
This commit is contained in:
@@ -138,6 +138,7 @@ class FinanceHelper {
|
||||
|
||||
//Refrence to see if the character is in our look up table for corporation and characters
|
||||
$char = $lookup->GetCharacterInfo($charId);
|
||||
dd($char);
|
||||
$corpId = $char->corporation_id;
|
||||
|
||||
//Create the ESI authentication container
|
||||
|
||||
Reference in New Issue
Block a user