Commit 8dee9ccdb34d7d72e3a95fc2b1a50cfa7dbcaddc

Authored by Alex Savenko
1 parent 99f3201f

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
... ... @@ -32,7 +32,7 @@ class FeedController extends Controller
32 32 return Product::find()
33 33 ->limit(1000)
34 34 ->innerJoin(ProductVariant::tableName(), ProductVariant::tableName() .'.product_id = '. Product::tableName() .'.product_id')
35   - ->where([ProductVariant::tableName().'.staus' => '1'])
  35 + ->where([ProductVariant::tableName().'.status' => '1'])
36 36 ->all();
37 37 }
38 38  
... ...