File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
app/code/Magento/CustomerImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ class Address extends AbstractCustomer
101
101
*/
102
102
protected $ _entityTable ;
103
103
104
+ /**
105
+ * Region collection instance
106
+ *
107
+ * @var \Magento\Directory\Model\ResourceModel\Region\Collection
108
+ */
109
+ private $ _regionCollection ;
110
+
104
111
/**
105
112
* Countries and regions
106
113
*
@@ -781,7 +788,7 @@ public static function getDefaultAddressAttributeMapping()
781
788
}
782
789
783
790
/**
784
- * check if address for import is empty (for customer composite mode)
791
+ * Check if address for import is empty (for customer composite mode)
785
792
*
786
793
* @param array $rowData
787
794
* @return array
@@ -940,7 +947,7 @@ protected function _checkRowDuplicate($customerId, $addressId)
940
947
}
941
948
942
949
/**
943
- * set customer attributes
950
+ * Set customer attributes
944
951
*
945
952
* @param array $customerAttributes
946
953
* @return $this
You can’t perform that action at this time.
0 commit comments