Requirement | Implemented |
---|---|
Create SendCloud shipping methode | No |
Create a parcel in Sendcloud when the order is placed and payed | No |
Show sync with Sendcloud status on the shipment overview | No |
-
Run
composer install
. -
From the plugin skeleton root directory, run the following commands:
$ (cd tests/Application && yarn install) $ (cd tests/Application && yarn build) $ (cd tests/Application && APP_ENV=test bin/console assets:install public) $ (cd tests/Application && APP_ENV=test bin/console doctrine:database:create) $ (cd tests/Application && APP_ENV=test bin/console doctrine:schema:create)
-
Using
test
environment:(cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load) (cd tests/Application && APP_ENV=test symfony server:start -d)