Dwolla / dwolla-v2-ruby

Official Ruby Wrapper for Dwolla's API v2
https://developers.dwolla.com/
MIT License
22 stars 17 forks source link

Fix deprecation warning on Faraday::Connection#authorization #60

Closed javierjulio closed 2 years ago

javierjulio commented 3 years ago

This should fix #59 so library users can update to Faraday v1 with no deprecations reported.

Closes #59

javierjulio commented 3 years ago

Since we have extensive tests with our Dwolla integration, I can easily replicate the deprecation warning output by running our test suite. Once I apply this one line change as a monkey patch and re-run the tests, no deprecations are reported.