From b37fcaa175524df623b2efef9966990a406dd7d6 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 26 Dec 2018 22:58:42 -0600 Subject: [PATCH] jump bridge statistics --- app/Library/Finances/Helper/FinanceHelper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index aeb81cc33..976f8bc87 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -40,6 +40,7 @@ class FinanceHelper { //Create the esi class varialble $esi = new Eseye($authentication); + $esi->setVersion('v4'); //Set our current page to 1 which is the one we are starting on. $currentPage = 1; @@ -74,7 +75,7 @@ class FinanceHelper { } else if($entry['ref_type'] == 'reprocessing_tax') { $reprocessing = new ReprocessingTax(); $reprocessing->InsertReprocessingTax($entry, $corpId, $division); - } else if($entry['ref_type'] == 'jumpgate_fee') { + } else if($entry['ref_type'] == 'structure_gate_jump') { $jb = new JumpBridgeTax(); $jb->InsertJumpBridgeTax($entry, $corpId, $division); } else if($entry['ref_type'] == 'player_donation' ||