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

Add StripeError#idempotent_replayed? #907

Merged
merged 1 commit into from Feb 27, 2020

Commits on Feb 27, 2020

  1. Add StripeError#idempotent_replayed?

    Adds an easy accessor on `StripeError` which indicates whether the error
    occurred previously, but was replayed on this request because the user
    passed the same idempotency key as that original request.
    
    Fixes #905.
    brandur committed Feb 27, 2020
    Copy the full SHA
    e9c1a03 View commit details
    Browse the repository at this point in the history