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

Cleanup README #783

Merged
merged 2 commits into from
Feb 17, 2023
Merged

Cleanup README #783

merged 2 commits into from
Feb 17, 2023

Commits on Feb 17, 2023

  1. Cleanup README

    close #780
    snewcomer committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    cfb6207 View commit details
    Browse the repository at this point in the history
  2. Make request_id a string instead of tuple (#763)

    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 authored and snewcomer committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bbe97f8 View commit details
    Browse the repository at this point in the history