Merge branch 'Part-DB:master' into Buerklin-provider

This commit is contained in:
Marc 2025-03-09 11:07:07 +01:00 committed by GitHub
commit 25783f1ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 70 deletions

View file

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