From a1626c0a9b7b32d2c61ccc9067f898f88e28d77f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 24 Dec 2018 12:20:18 -0600 Subject: [PATCH] troubleshooting --- app/Library/Finances/Helper/FinanceHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index 99269e2a2..0a43eef84 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -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);