structuretaxhelper debug
This commit is contained in:
@@ -125,7 +125,7 @@ class StructureController extends Controller
|
||||
//Get the character's corporation from the lookup table or esi
|
||||
$corpId = $helper->LookupCharacter(Auth::user()->character_id);
|
||||
$corpId = $corpId[0]->corporation_id;
|
||||
dd($corpId);
|
||||
|
||||
//Get the dates we are working with
|
||||
$dates = $sHelper->GetTimeFrameInMonths($months);
|
||||
|
||||
|
||||
@@ -41,8 +41,6 @@ class StructureTaxHelper {
|
||||
//Calculate the average tax for a given structure type
|
||||
$tax = $this->GetStructureTax($corpId, $refType);
|
||||
|
||||
dd($corpId);
|
||||
|
||||
//Calculate the tax ratio to later be divided against the tax to find the
|
||||
//actual tax owed to the alliance. Revenue will be a separate function
|
||||
//$ratio = $this->CalculateTaxRatio($corpId, $tax, $refType);
|
||||
|
||||
Reference in New Issue
Block a user