finance helper

This commit is contained in:
2019-08-04 01:50:39 -05:00
parent 8fcf31a349
commit f671c5a958

View File

@@ -268,14 +268,14 @@ class FinanceHelper {
public function GetWalletJournalPage($division, $charId, $page = 1) {
//Declare new class variables
$market = new AllianceMarketTax();
$reprocessing = new ReprocessingTax();
$jb = new JumpBridgeTax();
$other = new PlayerDonation();
$industry = new StructureIndustryTax();
$office = new OfficeFee();
$pi = new PlanetProductionTax();
$esiHelper = new Esi();
$market = new AllianceMarketTax;
$reprocessing = new ReprocessingTax;
$jb = new JumpBridgeTax;
$other = new PlayerDonation;
$industry = new StructureIndustryTax;
$office = new OfficeFee;
$pi = new PlanetProductionTax;
$esiHelper = new Esi;
$lookups = new LookupHelper;
//Get the ESI refresh token for the corporation to add new wallet journals into the database