Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions app/code/Magento/CustomerImportExport/Model/Import/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ class Address extends AbstractCustomer
*/
protected $_entityTable;

/**
* Region collection instance
*
* @var \Magento\Directory\Model\ResourceModel\Region\Collection
*/
private $_regionCollection;

/**
* Countries and regions
*
Expand Down Expand Up @@ -781,7 +788,7 @@ public static function getDefaultAddressAttributeMapping()
}

/**
* check if address for import is empty (for customer composite mode)
* Check if address for import is empty (for customer composite mode)
*
* @param array $rowData
* @return array
Expand Down Expand Up @@ -940,7 +947,7 @@ protected function _checkRowDuplicate($customerId, $addressId)
}

/**
* set customer attributes
* Set customer attributes
*
* @param array $customerAttributes
* @return $this
Expand Down