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

Support idempotent requests #282

Open
waiting-for-dev opened this issue Apr 17, 2023 · 0 comments
Open

Support idempotent requests #282

waiting-for-dev opened this issue Apr 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@waiting-for-dev
Copy link
Contributor

Desired Behavior

Stripe API supports sending idempotent requests to avoid sending the same request twice in case of connectivity errors or users double-clicking by error.

It would be nice to support the feature from solidus_stripe.

(Optional) Additional notes

That would probably require an upstream change or creating a custom middleware, as the idempotency key is sent as a request header.

@waiting-for-dev waiting-for-dev added the enhancement New feature or request label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant