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

chore: update library docs #176

Merged
merged 2 commits into from
Feb 6, 2024
Merged

chore: update library docs #176

merged 2 commits into from
Feb 6, 2024

Conversation

prolific117
Copy link
Contributor

We currently pass the entire key=>value pair as the idempotency key in the nodejs client library when the user specifies uuid().

This causes issues as we end up passing an object rather than a string to payments service which results in 409s.

Screenshot 2024-02-06 at 10 33 52

This is happening because of the way we are advising integrators to pass the idempotency key. This PR updates the readme to correct this misinformation.

@cafetiere cafetiere merged commit c702e9d into master Feb 6, 2024
@cafetiere cafetiere deleted the update-docs branch February 6, 2024 11:09
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