Closed ibelmonte closed 8 years ago
@ibelmonte it seems you're using the latest version of the gem available in RubyGems (3.0.23) released on August 31st, however that version does not include the log_file option, which was included in the #50 PR on September 2nd.
In other words, if you wanna use the log you need to use the master version from Github until Mangopay guys release a new version to RubyGems.
gem 'mangopay', github: 'Mangopay/mangopay2-ruby-sdk'
Thanks @javiercr. We've just updated the RubyGems with the latest version :-)
Hello sirs and thank you in advance for your time and help. When I start the rails server I'm getting the next error message:
Here is my initializer:
Am I doing anything wrong? Thank you!