File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \ImportExport \Model \ResourceModel \CollectionByPagesIteratorFactory ;
14
14
use Magento \ImportExport \Model \ResourceModel \CollectionByPagesIterator ;
15
15
16
+ /**
17
+ * Storage to check existing customers.
18
+ */
16
19
class Storage
17
20
{
18
21
/**
@@ -48,6 +51,11 @@ class Storage
48
51
*/
49
52
private $ customerCollectionFactory ;
50
53
54
+ /**
55
+ * @var CustomerCollection
56
+ */
57
+ public $ _customerCollection ;
58
+
51
59
/**
52
60
* @param CustomerCollectionFactory $collectionFactory
53
61
* @param CollectionByPagesIteratorFactory $colIteratorFactory
@@ -112,6 +120,8 @@ private function loadCustomersData(array $customerIdentifiers)
112
120
}
113
121
114
122
/**
123
+ * Add a customer by an array
124
+ *
115
125
* @param array $customer
116
126
* @return $this
117
127
*/
You can’t perform that action at this time.
0 commit comments