Skip to content

Commit 8091cd4

Browse files
authored
Merge pull request #27 from BitBagCommerce/bugfix/add-missing-event-name
Add missing event name (shop_customer_default_address_update)
2 parents fad51a1 + e27aad9 commit 8091cd4

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)