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) { public function GetWalletJournalPage($division, $charId, $page = 1) {
//Declare new class variables //Declare new class variables
$market = new AllianceMarketTax(); $market = new AllianceMarketTax;
$reprocessing = new ReprocessingTax(); $reprocessing = new ReprocessingTax;
$jb = new JumpBridgeTax(); $jb = new JumpBridgeTax;
$other = new PlayerDonation(); $other = new PlayerDonation;
$industry = new StructureIndustryTax(); $industry = new StructureIndustryTax;
$office = new OfficeFee(); $office = new OfficeFee;
$pi = new PlanetProductionTax(); $pi = new PlanetProductionTax;
$esiHelper = new Esi(); $esiHelper = new Esi;
$lookups = new LookupHelper; $lookups = new LookupHelper;
//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