modified the way characters are looked up in the database versus esi

This commit is contained in:
2019-12-11 23:45:50 -06:00
parent 21a85add82
commit b50a9b5406

View File

@@ -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