helper
This commit is contained in:
@@ -180,6 +180,7 @@ class FinanceHelper {
|
|||||||
public function GetJournalPageCount($division, $charId) {
|
public function GetJournalPageCount($division, $charId) {
|
||||||
//Declare class variables
|
//Declare class variables
|
||||||
$lookups = new LookupHelper;
|
$lookups = new LookupHelper;
|
||||||
|
$esiHelper = new Esi;
|
||||||
|
|
||||||
//Get the ESI refresh token for the corporation to add new wallet journals into the database
|
//Get the ESI refresh token for the corporation to add new wallet journals into the database
|
||||||
$token = $esiHelper->GetToken($charId, 'esi-wallet.read_corporation_wallets.v1');
|
$token = $esiHelper->GetToken($charId, 'esi-wallet.read_corporation_wallets.v1');
|
||||||
|
|||||||
Reference in New Issue
Block a user