From 0198a0e61f6593de40eb3fcfef6809a13470d362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Tue, 20 Aug 2024 12:54:17 +0200 Subject: [PATCH] OP-319 - Lexical error has been fixed --- doc/installation.md | 2 +- src/Resources/config/services.xml | 2 +- tests/Application/src/Controller/ShippingExportController.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index be8da21..0dda2bc 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -65,7 +65,7 @@ use Webmozart\Assert\Assert; final class ShippingExportController extends ResourceController { - public const SELECT_PARCEL_TEMPLATE_EVENT = 'export_shipping_select_parcel_template'; + public const SELECT_PARCEL_TEMPLATE_EVENT = 'select_parcel_template'; use SelectParcelTemplateTrait; diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml index ea6b889..b06d055 100644 --- a/src/Resources/config/services.xml +++ b/src/Resources/config/services.xml @@ -32,7 +32,7 @@ id="bitbag.sylius_inpost_plugin.event_listener.inpost_select_parcel_template" > - +