Mangopay / mangopay2-ruby-sdk

Ruby Gem for MANGOPAY
https://rubygems.org/gems/mangopay
MIT License
42 stars 38 forks source link

MangoPay.configuration is now a thread-local variable #59

Closed ghost closed 8 years ago

hobailey commented 8 years ago

Thanks very much for this @TristeFigure - looks like the Travis tests are failing though - are the tests passing when run in local?

ghost commented 8 years ago

They weren't, as I forgot to reset the config at the end of the new tests. It should be ok now.

hobailey commented 8 years ago

Great stuff, thank you very much!