@@ -44,8 +44,8 @@ |
||
| 44 | 44 | |
| 45 | 45 | $item->productType = $raw['productType']; |
| 46 | 46 | $item->title = $raw['title']; |
| 47 | - $item->price = (float)$raw['price']; |
|
| 48 | - $item->sellingPrice = (float)$raw['sellingPrice']; |
|
| 47 | + $item->price = (float) $raw['price']; |
|
| 48 | + $item->sellingPrice = (float) $raw['sellingPrice']; |
|
| 49 | 49 | |
| 50 | 50 | return $item; |
| 51 | 51 | } |