Commit 87a7b42adcb9f203a5bfab543e545023172f988c
1 parent
8d17a363
remarketing
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
console/controllers/FeedController.php
... | ... | @@ -43,6 +43,7 @@ class FeedController extends Controller |
43 | 43 | public function createRow( $product, &$content ){ |
44 | 44 | $url = Url::to(['catalog/product', 'product' => $product]); |
45 | 45 | if($this->checkUrl($url)){ |
46 | + print $url; | |
46 | 47 | print $this->count++ . "\n"; |
47 | 48 | $content[] = [$url]; |
48 | 49 | } | ... | ... |