ledger job

This commit is contained in:
2021-02-22 22:54:22 +09:00
parent fa9d89ebe9
commit f62f6239c0
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class MiningTaxesLedgers extends Command
$typeName = $lookup->ItemIdToName($ledger->type_id);
//Decode the date and store it.
//$updated = $esiHelper->DecodeDate($ledger->last_updated);
dd($ledger);
$price = $mHelper->CalculateOrePrice($ledger->type_id);
$amount = $price * $ledger->quantity;

View File

@@ -241,7 +241,7 @@ class MoonCalc {
//Get the name through the lookup table
$oreName = $lookupHelper->ItemIdToName($oreId);
dd($oreName);
//Strip the prefix from the ore name if it has one.
//Then change the ore id if necessary
$tempName = explode(' ', $oreName);