composer require realtimedespatch/magento2-orderflow
php bin/magento module:enable RealtimeDespatch_OrderFlow
php bin/magento setup:upgrade
php bin/magento setup:di:compile
- Magento 2.4, 2.5, 2.6, 2.7
- PHP 8.0-8.4
The official documentation can be found at the following location:
PRs should satisfy the following tests:
vendor/bin/phpunit -c vendor/realtimedespatch/magento2-orderflow/phpunit.xml --coverage-text vendor/realtimedespatch/magento2-orderflow
vendor/bin/phpcs -p vendor/realtimedespatch/ --standard=PHPCompatibility --runtime-set testVersion 8.0-8.4