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 8f6564c + c59f7bb commit bbb2d25Copy full SHA for bbb2d25
app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php
@@ -190,8 +190,6 @@ protected function _extractCustomerData()
190
$customerData = [];
191
if ($this->getRequest()->getPost('customer')) {
192
$additionalAttributes = [
193
- CustomerInterface::DEFAULT_BILLING,
194
- CustomerInterface::DEFAULT_SHIPPING,
195
'confirmation',
196
'sendemail_store_id',
197
'extension_attributes',
0 commit comments