We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7f039 commit 274f7f2Copy full SHA for 274f7f2
app/code/Magento/Customer/Model/CustomerExtractor.php
@@ -80,7 +80,7 @@ public function extract(
80
$customerData = $customerForm->compactData($customerData);
81
82
$allowedAttributes = $customerForm->getAllowedAttributes();
83
- $isGroupIdEmpty = isset($allowedAttributes['group_id']);
+ $isGroupIdEmpty = !isset($allowedAttributes['group_id']);
84
85
$customerDataObject = $this->customerFactory->create();
86
$this->dataObjectHelper->populateWithArray(
0 commit comments