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

Wise funding transfer requests are falsely reported as errors #3037

Closed
mocanew opened this issue Mar 24, 2022 · 2 comments · Fixed by #3039
Closed

Wise funding transfer requests are falsely reported as errors #3037

mocanew opened this issue Mar 24, 2022 · 2 comments · Fixed by #3039

Comments

@mocanew
Copy link
Contributor

mocanew commented Mar 24, 2022

Describe the bug
Wise SCA requests (#2734) introduced a new bug: executing a transfer always throws an error because the status code is 201 instead of 200.

To Reproduce

  1. Create a Wise Quote
  2. Create a Wise Transfer
  3. Fund the transfer
  4. See error

Expected behavior
Even though the status code is not 200, the request is completed successfully.

Environment:

  • OS: Rocky Linux 8.4
  • n8n Version: 0.166.0
  • Node.js Version [e.g. 14.16.0]
  • Database system: SQLite
  • Operation mode: own

Additional context
Wise API docs: https://api-docs.transferwise.com/#errors-http-status-codes

@janober
Copy link
Member

janober commented Mar 25, 2022

Thank you very much for reporting and directly fixing this issue. Your PR got merged and will be released with the next version.

@janober janober added the Upcoming Release Will be part of the upcoming release label Mar 25, 2022
@janober
Copy link
Member

janober commented Mar 27, 2022

Fix got released with n8n@0.170.0

@janober janober removed the Upcoming Release Will be part of the upcoming release label Mar 27, 2022
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 a pull request may close this issue.

2 participants