mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-19 08:39:34 +00:00
Correclty apply the MarketPlaceFilter option to digikey v4 API
This commit is contained in:
parent
ea29eee7a2
commit
10ae945c98
1 changed files with 3 additions and 1 deletions
|
|
@ -110,7 +110,9 @@ class DigikeyProvider implements InfoProviderInterface
|
|||
'Keywords' => $keyword,
|
||||
'Limit' => 50,
|
||||
'Offset' => 0,
|
||||
'MarketPlaceFilter' => 'ExcludeMarketPlace',
|
||||
'FilterOptionsRequest' => [
|
||||
'MarketPlaceFilter' => 'ExcludeMarketPlace',
|
||||
],
|
||||
];
|
||||
|
||||
//$response = $this->digikeyClient->request('POST', '/Search/v3/Products/Keyword', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue