Merge pull request #1 from Soopic/shippable-bug

shippable bug
This commit is contained in:
Soupic
2025-10-11 12:31:50 +02:00
committed by GitHub

View File

@@ -251,7 +251,7 @@ def build_search_payload_with_args(
payload["filters"]["keywords"]["type"] = "subject"
if shippable:
payload["filters"]["locations"]["shippable"] = True
payload["filters"]["location"]["shippable"] = True
if kwargs:
for key, value in kwargs.items():