Added basic reichelt search capabilities

This commit is contained in:
Jan Böhmer 2025-02-19 00:44:49 +01:00
parent f592ab6395
commit 80527e35c3
4 changed files with 180 additions and 70 deletions

View file

@ -76,7 +76,7 @@ class LCSCProvider implements InfoProviderInterface
'Cookie' => new Cookie('currencyCode', $this->currency)
],
'query' => [
'productCode' => $id,
'prductCode' => $id,
],
]);