Skip to content

Commit

Permalink
templates cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Dec 6, 2024
1 parent cb70ba4 commit 6dcd033
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sylius_mailer:
emails:
units_refunded:
subject: Units refunded
template: "@SyliusRefundPlugin/Email/unitsRefunded.html.twig"
template: "@SyliusRefundPlugin/email/units_refunded.html.twig"

framework:
messenger:
Expand Down
2 changes: 1 addition & 1 deletion config/services/generators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<service id="sylius_refund.generator.credit_memo_pdf_file" class="Sylius\RefundPlugin\Generator\CreditMemoPdfFileGenerator">
<argument type="service" id="sylius_refund.repository.credit_memo" />
<argument type="service" id="file_locator" />
<argument>@SyliusRefundPlugin/Download/creditMemo.html.twig</argument>
<argument>@SyliusRefundPlugin/download/credit_memo.html.twig</argument>
<argument>%sylius_refund.template.logo_file%</argument>
<argument type="service" id="sylius_refund.generator.twig_to_pdf" />
<argument type="service" id="sylius_refund.generator.credit_memo_file_name" />
Expand Down
13 changes: 0 additions & 13 deletions templates/Common/Label/refundPaymentState.html.twig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@SyliusRefundPlugin/Download/pdfLayout.html.twig' %}
{% extends '@SyliusRefundPlugin/download/pdf_layout.html.twig' %}

{% set from = creditMemo.from %}
{% set to = creditMemo.to %}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6dcd033

Please sign in to comment.