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 065ef9f commit b093866Copy full SHA for b093866
src/Services/InfoProviderSystem/Providers/LCSCProvider.php
@@ -197,9 +197,6 @@ private function getPartDetail(array $product): PartDetailDTO
197
$category = $product['parentCatalogName'] ?? null;
198
if (isset($product['catalogName'])) {
199
$category = ($category ?? '') . ' -> ' . $product['catalogName'];
200
-
201
- // Replace the / with a -> for better readability
202
- $category = str_replace('/', ' -> ', $category);
203
}
204
205
return new PartDetailDTO(
0 commit comments