Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VNDA] - Feat: Type_tags proper type fix #388

Merged
merged 19 commits into from
Feb 14, 2024

Conversation

martinadam75
Copy link
Contributor

Type_tags search fixed

After reviewing, we noticed that we weren't sending the proper type to the API url.

Before was something like this:

https://api.vnda.com.br/api/v2/products/search?[key]=value

After the fix:

https://api.vnda.com.br/api/v2/products/search?type_tags[key][]=value

@martinadam75
Copy link
Contributor Author

@guitavano

vnda/loaders/productList.ts Outdated Show resolved Hide resolved
vnda/loaders/productList.ts Outdated Show resolved Hide resolved
@guitavano guitavano merged commit a00894e into deco-cx:main Feb 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants