Skip to content

Instantly share code, notes, and snippets.

@JoeWoodward
Created February 22, 2012 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeWoodward/1886932 to your computer and use it in GitHub Desktop.
Save JoeWoodward/1886932 to your computer and use it in GitHub Desktop.
Processing by Chargify::HooksController#dispatch_handler as XML
Parameters: {"payload"=>{"chargify"=>"testing"}, "event"=>"test"}
Completed 500 Internal Server Error in 2ms
NameError (uninitialized constant Chargify::HooksController::MD5):
app/controllers/chargify/hooks_controller.rb:74:in `verify'
@JoeWoodward
Copy link
Author

Started POST "/chargify/hooks" for #######
Processing by Chargify::HooksController#dispatch_handler as XML
  Parameters: {"event"=>"test", "payload"=>{"chargify"=>"testing"}}
Completed 500 Internal Server Error in 2122ms

NoMethodError (undefined method `site_key' for #<Chargify::HooksController:0xd8e986c>):
  app/controllers/chargify/hooks_controller.rb:73:in `verify'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment