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 d0c4c64 commit fab32c6Copy full SHA for fab32c6
app/code/Magento/CustomerImportExport/Model/Import/Address.php
@@ -788,7 +788,7 @@ public static function getDefaultAddressAttributeMapping()
788
}
789
790
/**
791
- * check if address for import is empty (for customer composite mode)
+ * Check if address for import is empty (for customer composite mode)
792
*
793
* @param array $rowData
794
* @return array
@@ -947,7 +947,7 @@ protected function _checkRowDuplicate($customerId, $addressId)
947
948
949
950
- * set customer attributes
+ * Set customer attributes
951
952
* @param array $customerAttributes
953
* @return $this
0 commit comments