We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1970133 commit 9c56fa1Copy full SHA for 9c56fa1
1 file changed
Model/Importer.php
@@ -43,7 +43,6 @@ 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->config->getCategoryPathSeperator(),
47
'_import_multiple_value_separator' => Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
48
];
49
}
0 commit comments