ledger job
This commit is contained in:
@@ -79,8 +79,6 @@ class LookupHelper {
|
||||
return null;
|
||||
}
|
||||
|
||||
dd($response);
|
||||
|
||||
if(isset($response->description)) {
|
||||
$this->StoreItem($response);
|
||||
|
||||
|
||||
@@ -255,8 +255,6 @@ class MoonCalc {
|
||||
//Get the item composition for the ore
|
||||
$composition = ItemComposition::where('ItemId', $oreId)->first();
|
||||
|
||||
dd($composition);
|
||||
|
||||
//Calculate the Batch Price
|
||||
$batchPrice = ( ($composition->Tritanium * $tritaniumPrice) +
|
||||
($composition->Pyerite * $pyeritePrice) +
|
||||
|
||||
Reference in New Issue
Block a user