Skip to content

Commit db88844

Browse files
committed
[UC-25] Add the missing event name (shop_customer_update)
1 parent 08ade4f commit db88844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/EventSubscriber/CustomerProfileUpdatedSubscriberInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ interface CustomerProfileUpdatedSubscriberInterface
2323
public const ROUTE_TO_EVENT_MAP = [
2424
'sylius_customer_profile' => 'customer_profile_update',
2525
'sylius_admin_customer_update' => 'admin_customer_update',
26+
'sylius_shop_account_profile_update' => 'shop_customer_update',
2627
'sylius_shop_register' => 'customer_registration',
2728
'sylius_shop_checkout_address' => 'customer_order_address_provided',
2829
];

0 commit comments

Comments
 (0)