dd journals
This commit is contained in:
@@ -20,6 +20,7 @@ class FinancesController extends Controller
|
|||||||
if(!Auth::check()) {
|
if(!Auth::check()) {
|
||||||
return redirect()->to('/');
|
return redirect()->to('/');
|
||||||
}
|
}
|
||||||
|
|
||||||
return Socialite::driver('eveonline')->setScopes(['publicData', 'esi-wallet.read_corporation_wallets.v1'])->redirect();
|
return Socialite::driver('eveonline')->setScopes(['publicData', 'esi-wallet.read_corporation_wallets.v1'])->redirect();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -28,7 +29,7 @@ class FinancesController extends Controller
|
|||||||
|
|
||||||
//Get the Journal Entries and just return them
|
//Get the Journal Entries and just return them
|
||||||
$journals = $esi->GetMasterWalletJournal();
|
$journals = $esi->GetMasterWalletJournal();
|
||||||
dd($jouranls);
|
dd($journals);
|
||||||
return $journals;
|
return $journals;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user