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

Pass query string to superagent in retryRequest #96

Closed

Conversation

lox
Copy link

@lox lox commented Feb 28, 2024

Ran into an issue where this wasn't working:

ChartMogul.Customer.search(config, {
   email: '[email protected]' });

I was getting 400 errors with:

'{"code":400,"message":"Parameter \"email\" is missing","param":"email"}'

Looks like the querystring isn't being passed into the request. This fixes it.

@alpdal alpdal self-requested a review February 28, 2024 08:36
@polis80cy polis80cy self-assigned this Feb 28, 2024
@alpdal
Copy link
Contributor

alpdal commented Feb 28, 2024

Thanks to @marcinrog and @lox, v3.3.2 is released. closing the related PR's.

@alpdal alpdal closed this Feb 28, 2024
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.

3 participants