From cac9bda52f3a2541bbb90fb63d1ff43d2f18b877 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Oct 2018 02:42:06 -0500 Subject: [PATCH] refine rate calculations --- app/Library/MoonCalc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/MoonCalc.php b/app/Library/MoonCalc.php index 9fd4eb884..a75d31313 100644 --- a/app/Library/MoonCalc.php +++ b/app/Library/MoonCalc.php @@ -129,7 +129,6 @@ class MoonCalc { 'Name' => $key, 'ItemId' => $value, 'Price' => $item[$value]['sell']['median'], - //'Price' => $item->value->sell->median, 'Time' => $time ]); } @@ -143,6 +142,7 @@ class MoonCalc { $config = DB::table('Config')->first(); //Calculate refine rate $refineRate = $config->RefineRate / 100.00; + dd($refineRate); //Calculate the current time $time = time(); //Get the max time from the database