esi helper

This commit is contained in:
2019-08-01 19:41:35 -05:00
parent 8cd1f1bcc7
commit 6c6321aa03

View File

@@ -274,6 +274,7 @@ class FinanceHelper {
$industry = new StructureIndustryTax();
$office = new OfficeFee();
$pi = new PlanetProductionTax();
$esiHelper = new Esi();
//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');