ledger job

This commit is contained in:
2021-02-23 00:30:03 +09:00
parent 0b03b4ee4a
commit dedd050920
2 changed files with 0 additions and 4 deletions

View File

@@ -79,8 +79,6 @@ class LookupHelper {
return null;
}
dd($response);
if(isset($response->description)) {
$this->StoreItem($response);

View File

@@ -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) +