Skip to content

Commit cddf660

Browse files
authored
Add category_path_seperator in importer settings
1 parent d37acda commit cddf660

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Model/Importer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function __construct(
4343
'ignore_duplicates' => $this->config->getIgnoreDuplicates(),
4444
'validation_strategy' => $this->config->getValidationStrategy(),
4545
'allowed_error_count' => $this->config->getAllowedErrorCount(),
46+
'category_path_seperator' => $this->configHelper->getCategoryPathSeperator(),
4647
'_import_multiple_value_separator' => Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
4748
];
4849
}

0 commit comments

Comments
 (0)