title | issue |
---|---|
Check customer email valid when adding new order from order detail |
NEXT-24225 |
- Changed
/api/_admin/check-customer-email-valid
fromShopware\Administration\Controller\AdministrationController
to getboundSalesChannelId
from request instead ofbound_sales_channel_Id
- Changed
/api/_admin/check-customer-email-valid
fromShopware\Administration\Controller\AdministrationController
to checkcore.systemWideLoginRegistration.isCustomerBoundToSalesChannel
from system config before gettingboundSalesChannelId
from request - Added service
SystemConfigService
into constructor ofShopware\Administration\Controller\AdministrationController