Closed gingerlime closed 9 years ago
Hi @gingerlime there are 2 ruby gems.
The one is from paymill official supported (paymill_ryby) The other is from dkd (paymill).
Pls try this request with the paymill_ruby gem.
Oh, I didn't realize I used the wrong fork. Any chance of you removing the old one? Or is this still an active fork?
I can't remove it since it has other owner. Just change the gem in your Gemfile to
gem 'paymill_ruby', '~> 2.0', require: 'paymill'
will do, thanks!. Just wondered if you guys have any contact with the original author and ask him to "join forces" so others can avoid this confusion in future.
I agree :) Maybe in the future they will be merged, but this is the current state right now :(
I'm trying to use the
filters
param withclient.all
, but get an error message. I tried the example from the readme verbatim, and it also fails