diff --git a/UPGRADE.md b/UPGRADE.md index 7bf363bf..45205c0a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -132,6 +132,8 @@ | Old | New | |------------------------------------------------------------|-----------------------------------------------------| +| default_logo_file | sylius_invoicing.default_logo_file | +| sylius.invoicing.template.logo_file | sylius_invoicing.template.logo_file | | sylius_invoicing_plugin.controller.billing_data.class | sylius_invoicing.controller.billing_data.class | | sylius_invoicing_plugin.controller.invoice.class | sylius_invoicing.controller.invoice.class | | sylius_invoicing_plugin.controller.invoice_sequence.class | sylius_invoicing.controller.invoice_sequence.class | diff --git a/config/services.xml b/config/services.xml index 3c74a68c..47ea616a 100644 --- a/config/services.xml +++ b/config/services.xml @@ -21,8 +21,8 @@ - @SyliusInvoicingPlugin/assets/sylius-logo.png - %env(default:default_logo_file:resolve:SYLIUS_INVOICING_LOGO_FILE)% + @SyliusInvoicingPlugin/assets/sylius-logo.png + %env(default:sylius_invoicing.default_logo_file:resolve:SYLIUS_INVOICING_LOGO_FILE)% diff --git a/config/services/generators.xml b/config/services/generators.xml index 3c314fe5..2c6ec713 100644 --- a/config/services/generators.xml +++ b/config/services/generators.xml @@ -49,7 +49,7 @@ @SyliusInvoicingPlugin/Invoice/Download/pdf.html.twig - %sylius.invoicing.template.logo_file% + %sylius_invoicing.template.logo_file%