Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 683 Bytes

2023-04-03-check-customer-email-valid-when-adding-new-order-from-order-detail.md

File metadata and controls

8 lines (8 loc) · 683 Bytes
title issue
Check customer email valid when adding new order from order detail
NEXT-24225

API

  • Changed /api/_admin/check-customer-email-valid from Shopware\Administration\Controller\AdministrationController to get boundSalesChannelId from request instead of bound_sales_channel_Id
  • Changed /api/_admin/check-customer-email-valid from Shopware\Administration\Controller\AdministrationController to check core.systemWideLoginRegistration.isCustomerBoundToSalesChannel from system config before getting boundSalesChannelId from request
  • Added service SystemConfigService into constructor of Shopware\Administration\Controller\AdministrationController