skopu / sofort

Rails client for Sofort API
MIT License
3 stars 11 forks source link

[fix] Added missing accessors #7

Closed marzapower closed 7 years ago

marzapower commented 7 years ago

Add support to two other params that can be used when you set up a SOFORT payment: language_code and user_variable, so you can pass them with the hash in Sofort::Client#pay

marzapower commented 7 years ago

Morover, I've found another bug that will prevent installing the sofort gem in a clean ruby environment. Hence I removed the culprit require call at the beginning of the .gemspec file.

krtschmr commented 7 years ago

thanks. having the same problems when starting the gem. +1 merge

krtschmr commented 7 years ago

also the rails4 dependency should be removed.

skopu commented 7 years ago

@marzapower @krtschmr Thanks, I removed rails4 dependency, but it still needs a few active_support methods. So I have to add active_support and builder to dependencies. version 0.1.7. https://github.com/skopu/sofort#pure-ruby-usage