troubleshooting

This commit is contained in:
2018-12-24 12:20:18 -06:00
parent e04f2dba70
commit a1626c0a9b
@@ -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);