This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
[My Account] Add support of Customer attributes #271
Closed
Description
AC:
- Validation should be based on attributes(EAV) rules (for details see eav_attribute table)
Now validation of Customer address data is hardcoded in
\Magento\CustomerGraphQl\Model\Customer\UpdateCustomerData::execute
- Support for a case when an attribute is required and value is
0
(zero) - Only related to Frontend attributes could be loaded/created/updated
- Possibility to update partial data
- Functionality is covered by API-function tests