Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 544 Bytes

2021-10-20-create-handler-for-set-custom-field-action.md

File metadata and controls

9 lines (9 loc) · 544 Bytes
title issue
Create handler for set custom field action
NEXT-17740

Core

  • Added Shopware\Core\Content\Flow\Action\SetOrderCustomFieldAction class to handle set custom field for order action.
  • Added Shopware\Core\Content\Flow\Action\SetCustomerCustomFieldAction class to handle set custom field for customer action.
  • Added Shopware\Core\Content\Flow\Action\SetCustomerGroupCustomFieldAction class to handle set custom field for customer group action.
  • Added CustomerGroupAware interface at Shopware\Core\Framework\Event.