troubleshooting
This commit is contained in:
@@ -27,6 +27,7 @@ class FinanceHelper {
|
||||
public function GetWalletJournal($division, $charId) {
|
||||
//Get hte ESI token for the corporation to add new wallet journals into the database
|
||||
$token = EsiToken::where(['character_id' => $charId])->get();
|
||||
var_dump($token);
|
||||
|
||||
//Reference to see if the character is in our look up table for corporations and characters
|
||||
$corpId = $this->GetCharCorp($charId);
|
||||
|
||||
Reference in New Issue
Block a user