Skip to content

Commit f01fccc

Browse files
committed
ACP2E-1813: Scheduled import logs successful run despite the error
- fixed static
1 parent e154b0a commit f01fccc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ public function importSource()
534534
return $result;
535535
}
536536

537+
/**
538+
* Get entity import ids
539+
*
540+
* @return array
541+
* @throws LocalizedException
542+
*/
537543
private function getImportIds(): array
538544
{
539545
$ids = $this->_getEntityAdapter()->getIds();

0 commit comments

Comments
 (0)