setScopes(['publicData', 'esi-wallet.read_corporation_wallet.v1'])->redirect(); } public function displayWallet() { $esi = new \App\Library\Finances(); //Get the Journal Entries and just return them $journals = $esi->GetMasterWalletJouranl(); return $journals; } }