corpJournal testing

This commit is contained in:
2018-11-22 01:32:00 -06:00
parent ddb192f06a
commit 2f3f916b82

View File

@@ -51,7 +51,7 @@ class corpJournal extends Command
//Get the characters that have the esi-wallet.read_corporation_wallets.v1
//esi wallet scope
$characters = DB::table('EsiScopes')->where('scope', 'esi-wallet.read_corporation_wallets.v1')->get();
dd($characters);
foreach($characters as $char) {
$finance->GetWalletJournal(1, $char->character_id);
}