paymill / paymill-ruby

Ruby wrapper for the Paymill API
MIT License
23 stars 16 forks source link

Https requests #14

Closed morgoth closed 9 years ago

morgoth commented 9 years ago

Looks like there are only HTTP requests to the API. For sure it should be moved to HTTPS - I can prepare PR if you consider merging it.

morgoth commented 9 years ago

Looks like it's supported here https://github.com/paymill/paymill-ruby/blob/master/lib/paymill.rb#L44 - was looking on https://github.com/paymill/paymill-ruby/blob/master/lib/paymill/restful/methods.rb file