pepijn / omni_kassa

Easier Rabobank OmniKassa payments
MIT License
9 stars 7 forks source link

Removed explicit SSLv3 mentioning #9

Closed vindia closed 9 years ago

vindia commented 9 years ago

Rabobank removed support for SSLv3 (rightfully so) and therefor the perform method with the explicit mentioning of ssl_version: SSLv3 gave a SSL-error.

Without the explicit ssl_version it just works fine.

Fixes #8

pepijn commented 9 years ago

Thanks! Will release gem update in a moment.

vindia commented 9 years ago

Awesome, thanks!

vindia commented 9 years ago

I don't want to sound ungrateful, but could you release the new gem version, so I can use the new gem in my project instead of my patched version :)

pepijn commented 9 years ago

Done :-) Sorry, was away for the weekend.

https://rubygems.org/gems/omni_kassa/versions/1.6.0 https://github.com/pepijn/omni_kassa/commit/cf11fdc9c0276e7751f10b9d8d858296f8187522

vindia commented 9 years ago

No problem at all! Thanks for the update.