-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
Expected behavior
All fields should be updatable via restApi, e.g. Consent, Relation etc.
Actual behavior
Fields with the type Consent, Relation are not updatable via restApi
| public function update(CustomerInterface $customer, array $data = []) |
Steps to reproduce
call update function with Consent as data
| public function update(CustomerInterface $customer, array $data = []) |
micru and webdev-dp