Commit 6c438de019ef6178d0fd33530163772a1c11d339
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 | 40 | if ($this->checkId($product->product_id)) { |
41 | 41 | print $this->count++ . "\r\n"; |
42 | 42 | $content[] = [ |
43 | - $product->product_id, | |
43 | + $product->variant->product_variant_id, | |
44 | 44 | $product->category->category_id, |
45 | 45 | $product->category->name, |
46 | 46 | $product->name, | ... | ... |