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

Make request_id a string instead of tuple #763

Merged
merged 1 commit into from
Feb 17, 2023

Commits on Nov 18, 2022

  1. Make request_id a string instead of tuple

    The request_id in Stripe.Error was being set to a tuple that
    represented the "Request-Id" header. Now it will instead be a String
    like described in the typespec.
    mattnenterprise committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4fe2d1b View commit details
    Browse the repository at this point in the history