Skip to content

Commit

Permalink
Using proper path to change Credit Memo's logo made possible
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Jan 13, 2022
1 parent 78d767b commit 1abd821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<parameters>
<parameter key="default_logo_file">@SyliusRefundPlugin/Resources/assets/sylius-logo.png</parameter>
<parameter key="sylius.refund.template.logo_file">%env(default:default_logo_file:SYLIUS_REFUND_LOGO_FILE)%</parameter>
<parameter key="sylius.refund.template.logo_file">%env(default:default_logo_file:resolve:SYLIUS_REFUND_LOGO_FILE)%</parameter>
</parameters>

<services>
Expand Down

0 comments on commit 1abd821

Please sign in to comment.