forked from mirror/Part-DB.Part-DB-server
Update LCSCProvider.php: fix error in query string (#873)
Fix typo in query string 'prodctCode' -> 'productCode' introduced in Commit 80527e3
This commit is contained in:
parent
467d50bd31
commit
b53989bb9d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class LCSCProvider implements InfoProviderInterface
|
|||
'Cookie' => new Cookie('currencyCode', $this->currency)
|
||||
],
|
||||
'query' => [
|
||||
'prductCode' => $id,
|
||||
'productCode' => $id,
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue