Skip to content

Commit b53989b

Browse files
authored
Update LCSCProvider.php: fix error in query string (#873)
Fix typo in query string 'prodctCode' -> 'productCode' introduced in Commit 80527e3
1 parent 467d50b commit b53989b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/InfoProviderSystem/Providers/LCSCProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function queryDetail(string $id): PartDetailDTO
7676
'Cookie' => new Cookie('currencyCode', $this->currency)
7777
],
7878
'query' => [
79-
'prductCode' => $id,
79+
'productCode' => $id,
8080
],
8181
]);
8282

0 commit comments

Comments
 (0)