We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After following the installation steps and attempting to bundle the gem:
rails generate stripe:install /Users/rs/.rvm/gems/ruby-2.3.0/gems/stripe-rails-0.4.1/lib/stripe/engine.rb:20:in block in <class:Engine>': undefined method secret_key' for #Hash:0x007fbd7f3e1400 (NoMethodError)
block in <class:Engine>': undefined method
Any help? Thanks in advance!
The text was updated successfully, but these errors were encountered:
@Ray-Sutton 0.4.1 is a pretty old version of the gem. You might have better luck trying the latest version, i.e. 1.4.1. Let me know how that goes.
Sorry, something went wrong.
No branches or pull requests
After following the installation steps and attempting to bundle the gem:
rails generate stripe:install
/Users/rs/.rvm/gems/ruby-2.3.0/gems/stripe-rails-0.4.1/lib/stripe/engine.rb:20:in
block in <class:Engine>': undefined method
secret_key' for #Hash:0x007fbd7f3e1400 (NoMethodError)Any help? Thanks in advance!
The text was updated successfully, but these errors were encountered: