moon calc

This commit is contained in:
2020-02-04 23:09:56 -06:00
parent 4ec22e1917
commit 8944219804
+1 -1
View File
@@ -418,7 +418,7 @@ class MoonCalc {
$item = json_decode($result->getBody(), true);
//Save the entry into the database
$price = new Price;
$price = new MineralPrice;
$price->Name = $key;
$price->ItemId = $value;
$price->Price = $item[$value]['sell']['median'];