Commit 9c49cd12624a8f91f3afa5035298084ebb146576

Authored by Alex Savenko
1 parent 6a879063

remarketing

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
@@ -46,7 +46,8 @@ class FeedController extends Controller @@ -46,7 +46,8 @@ 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 - $product->images->imageUrl, 49 + '',
  50 + //$product->image->imageUrl,
50 $url, 51 $url,
51 ]; 52 ];
52 } 53 }