Commit ae8f5f1bf122b3eabd543fbb674fd5d4c13ddffb
1 parent
9c49cd12
remarketing
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
console/controllers/FeedController.php
@@ -46,8 +46,7 @@ class FeedController extends Controller | @@ -46,8 +46,7 @@ class FeedController extends Controller | ||
46 | $product->category->name, | 46 | $product->category->name, |
47 | $product->name, | 47 | $product->name, |
48 | $product->price.' UAH', | 48 | $product->price.' UAH', |
49 | - '', | ||
50 | - //$product->image->imageUrl, | 49 | + $product->image->getImageUrl(), |
51 | $url, | 50 | $url, |
52 | ]; | 51 | ]; |
53 | } | 52 | } |