We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37acda commit cddf660Copy full SHA for cddf660
1 file changed
Model/Importer.php
@@ -43,6 +43,7 @@ public function __construct(
43
'ignore_duplicates' => $this->config->getIgnoreDuplicates(),
44
'validation_strategy' => $this->config->getValidationStrategy(),
45
'allowed_error_count' => $this->config->getAllowedErrorCount(),
46
+ 'category_path_seperator' => $this->configHelper->getCategoryPathSeperator(),
47
'_import_multiple_value_separator' => Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
48
];
49
}
0 commit comments