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 f63b0a1 commit 03f7300Copy full SHA for 03f7300
app/code/Magento/Customer/Model/Customer.php
@@ -335,7 +335,7 @@ public function updateData($customer)
335
$customAttributes = $customer->getCustomAttributes();
336
if ($customAttributes !== null) {
337
foreach ($customAttributes as $attribute) {
338
- $this->setDataUsingMethod($attribute->getAttributeCode(), $attribute->getValue());
+ $this->setData($attribute->getAttributeCode(), $attribute->getValue());
339
}
340
341
0 commit comments