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 2d45eb3 commit bb946c4Copy full SHA for bb946c4
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php
@@ -13,6 +13,9 @@
13
use Magento\ImportExport\Model\ResourceModel\CollectionByPagesIteratorFactory;
14
use Magento\ImportExport\Model\ResourceModel\CollectionByPagesIterator;
15
16
+/**
17
+ * Storage to check existing customers.
18
+ */
19
class Storage
20
{
21
/**
@@ -117,6 +120,8 @@ private function loadCustomersData(array $customerIdentifiers)
117
120
}
118
121
119
122
123
+ * Add a customer by an array
124
+ *
125
* @param array $customer
126
* @return $this
127
*/
0 commit comments