Skip to content

Commit

Permalink
bug #343 Resolve added to parameter to make usage of proper path poss…
Browse files Browse the repository at this point in the history
…ible (TheMilek)

This PR was merged into the 1.0 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.0 
| Bug fix?        | no
| New feature?    | no
| Related tickets | [PR](Sylius/Sylius#13423)

In case of need to use a proper path to change the logo of the Credit Memo's we had to add "resolve" to parameter.


Commits
-------

1abd821 Using proper path to change Credit Memo's logo made possible
  • Loading branch information
GSadee authored Jan 17, 2022
2 parents 78d767b + 1abd821 commit 7e0d2df
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 7e0d2df

Please sign in to comment.