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

fix: prevent URI encoding #69

Merged
merged 1 commit into from
Oct 5, 2021
Merged

fix: prevent URI encoding #69

merged 1 commit into from
Oct 5, 2021

Conversation

chiefGui
Copy link
Contributor

@chiefGui chiefGui commented Oct 5, 2021

📦 Pull Request

The API doesn't seem to decode query parameters on its end; that said, encoding it here in the SDK will lead to a bad interpretation of the request URL and therefore the lack of the issuer query param.

Note: an alternative solution would be decoding URIs in the API so we could leave this code untouched; however, I believe doing so in the SDK would cause fewer side effects.

✅ Fixed Issues

🚨 Test instructions

#68

  • patch: v1.3.1

@smithki smithki added the patch Increment the patch version when merged label Oct 5, 2021
@smithki
Copy link
Contributor

smithki commented Oct 5, 2021

Thanks for you contribution. Will merge this!

@smithki smithki merged commit ac8c1aa into magiclabs:master Oct 5, 2021
@smithki
Copy link
Contributor

smithki commented Oct 5, 2021

🚀 PR was released in v1.3.1 🚀

@smithki smithki added the released This issue/pull request has been released. label Oct 5, 2021
@hamedtarkashvand
Copy link

i have again this issuer not fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants