-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Allow customizable HTTP.host? #112
Comments
That was fast, thanks! So I spent yesterday trying out that branch to get it working and the customizable host works great. Unfortunately, turns out it also needs HTTP.secure to be False otherwise the TLS certificate freaks out.
I would certainly be stoked to see an updated version of this library (although we haven't updated the stripe version we're using since 2012 so you're still ahead of us...). |
I was hoping to use stripe-mock to test our billing process. Unfortunately, stripe-mock only accepts the latest version of the API (Related to Issue #110). The other issue is that stripe-mock let's you run a fake stripe API on your local machine, but the HTTP.host for this client is currently hardcoded to "api.stripe.com", which makes sense but does make it impossible to use stripe-mock.
I know updating to the latest API might be enough work to make this a non-starter, but I'd like to throw in a request for a customizable HTTP.host if possible.
The text was updated successfully, but these errors were encountered: