shippable-bug-fixed

This commit is contained in:
Lucas
2025-10-11 12:22:12 +02:00
parent b9ac610b04
commit 6ef01383f0

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():