stripe / stripe-python

Python library for the Stripe API.
https://stripe.com
MIT License
1.67k stars 429 forks source link

`HTTPXClient` `allow_sync_requests` != `allow_sync_methods` #1298

Closed CallumAtCarter closed 7 months ago

CallumAtCarter commented 7 months ago

Describe the bug

The README refers to allow_sync_requests, but HTTPXClient only uses allow_sync_methods.

To Reproduce

.

Expected behavior

.

Code snippets

No response

OS

.

Language version

.

Library version

.

API version

.

Additional context

No response

richardm-stripe commented 7 months ago

Thanks for the report! Will have the README.md fixed right away.