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