You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay in response on this one! Thanks for reporting.
As described in #219, I think it would be nice to upgrade some of the gem's HTTP infrastructure. I'll try to consider the requirement here as we patch that.
We require an outbound proxy on our servers and have had to fork and temp. patch to facilitate.
Am I correct in assuming there's no option here for a proxy? If so, we'll test our patch some more and send a pull req.
-- EDIT --
Actually our fix didn't work. Initially, we inserted:
Into lib/stripe.rb to test. On dev. this worked but on Production we found it overrides all outbound requests, which we can't do.
The text was updated successfully, but these errors were encountered: