title | issue |
---|---|
Bug fix Rule Builder not checked |
NEXT-17890 |
- Added new class
CustomerFlowEventsSubscriber
inShopware\Core\Checkout\Customer\Subscriber
to subscriber theCustomerEvents::CUSTOMER_WRITTEN_EVENT
and dispatching theCustomerRegisterEvent
andCustomerChangedPaymentMethodEvent
- Added new method
getCustomerId
inShopware\Core\System\SalesChannel\Context\SalesChannelContextServiceParameters
to add more parameterscustomerId
- Changed the
get
function inShopware\Core\System\SalesChannel\Context\SalesChannelContextService
to support get the sales channel context with customer - Changed the
accept
and thedecline
functions inShopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
to build the new customer context before dispatching the event - Changed the
generateUserRecovery
function inShopware\Core\System\User\Recovery\UserRecoveryService
to build the new user context before dispatching the event