Commit 5271269fd62431f7a4a36bfcf9324e5892a485bd
1 parent
ee315be7
testing
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/tasks/BasketTask.php
... | ... | @@ -26,6 +26,8 @@ class BasketTask extends \Phalcon\CLI\Task |
26 | 26 | echo '*** start send action ***'.PHP_EOL; |
27 | 27 | |
28 | 28 | $abandoned_users = $this->models->getBasket()->getAbandonedUsers(); |
29 | + $qwe = $this->models->getCustomers()->getOneData('17172'); | |
30 | + echo $qwe[0]['email']; | |
29 | 31 | |
30 | 32 | foreach ($abandoned_users as $item) { |
31 | 33 | ... | ... |