Commit 6c438de019ef6178d0fd33530163772a1c11d339

Authored by Alex Savenko
1 parent 3240d65d

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
@@ -40,7 +40,7 @@ class FeedController extends Controller @@ -40,7 +40,7 @@ class FeedController extends Controller
40 if ($this->checkId($product->product_id)) { 40 if ($this->checkId($product->product_id)) {
41 print $this->count++ . "\r\n"; 41 print $this->count++ . "\r\n";
42 $content[] = [ 42 $content[] = [
43 - $product->product_id, 43 + $product->variant->product_variant_id,
44 $product->category->category_id, 44 $product->category->category_id,
45 $product->category->name, 45 $product->category->name,
46 $product->name, 46 $product->name,