Skip to content

Commit e27aad9

Browse files
committed
Add missing event name (shop_customer_default_address_update)
1 parent fad51a1 commit e27aad9

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
@@ -24,6 +24,7 @@ interface CustomerProfileUpdatedSubscriberInterface
2424
'sylius_customer_profile' => 'customer_profile_update',
2525
'sylius_admin_customer_update' => 'admin_customer_update',
2626
'sylius_shop_account_profile_update' => 'shop_customer_update',
27+
'sylius_shop_account_address_book_set_as_default' => 'shop_customer_default_address_update',
2728
'sylius_shop_register' => 'customer_registration',
2829
'sylius_shop_checkout_address' => 'customer_order_address_provided',
2930
];

0 commit comments

Comments
 (0)