├── LDusan └── Simple │ ├── Model │ └── Cron.php │ ├── Test │ └── Unit │ │ └── Model │ │ └── CronTest.php │ └── etc │ ├── crontab.xml │ ├── di.xml │ └── module.xml └── README.md /LDusan/Simple/Model/Cron.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/LDusan/Simple/Model/Cron.php -------------------------------------------------------------------------------- /LDusan/Simple/Test/Unit/Model/CronTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/LDusan/Simple/Test/Unit/Model/CronTest.php -------------------------------------------------------------------------------- /LDusan/Simple/etc/crontab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/LDusan/Simple/etc/crontab.xml -------------------------------------------------------------------------------- /LDusan/Simple/etc/di.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/LDusan/Simple/etc/di.xml -------------------------------------------------------------------------------- /LDusan/Simple/etc/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/LDusan/Simple/etc/module.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldusan84/magento2-simple-product-feed/HEAD/README.md --------------------------------------------------------------------------------