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" > - +