Skip to content

Conversation

@tiagosiebler
Copy link
Owner

@tiagosiebler tiagosiebler commented Jan 26, 2026

Summary

  • Some requests have parameters as part of the endpoint, not query parameters. This empty-query-params scenario left a trailing ? in the URL. Fixed the behaviour to only do so if query parameters are in the request. Fixes can't cancel order #99

Additional Information

PR Checklist

As part of the PR, make sure you have:

  • No breaking changes / documented all breaking changes clearly.
  • Updated & checked that all tests pass.
  • Increased the version number in the package.json
  • Checked npm install runs without issue.
  • Included the package-lock.json, if it changed after npm install
  • Checked npm run build runs without issue.
  • Updated the endpoint map (optional, if you know how).
  • Run llms.txt generator (optional, if you know how).

@tiagosiebler tiagosiebler mentioned this pull request Jan 26, 2026
@tiagosiebler tiagosiebler merged commit d2a5067 into master Jan 26, 2026
3 checks passed
@tiagosiebler tiagosiebler deleted the fix99urlsuffix branch January 26, 2026 13:22
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.

can't cancel order

2 participants