Skip to content

Commit

Permalink
Allow to overwrite order created email template
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 21, 2019
1 parent 8b16e6d commit 9e1bbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ script:
- composer validate --strict
- composer analyse

- vendor/bin/behat -vvv --no-interaction --strict || bin/behat -vvv --no-interaction --strict --rerun
- vendor/bin/behat -vvv --no-interaction --strict || vendor/bin/behat -vvv --no-interaction --strict --rerun
- vendor/bin/phpspec run
- vendor/bin/phpunit

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/app/config.yml
Expand Up @@ -29,7 +29,7 @@ sylius_mailer:
emails:
order_created_in_admin_panel:
subject: 'sylius_admin_order_creation.email.order_created.subject'
template: 'SyliusAdminOrderCreationPlugin:Emails:orderCreated.html.twig'
template: '@SyliusAdminOrderCreationPlugin/Emails/orderCreated.html.twig'

sylius_customer:
resources:
Expand Down

0 comments on commit 9e1bbe1

Please sign in to comment.