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.
2 parents 07f4e70 + 03f7300 commit f8ef9a8Copy full SHA for f8ef9a8
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