config/routes.rb in supercharged-2.0.4 vs config/routes.rb in supercharged-2.1.0

- old
+ new

@@ -13,10 +13,10 @@ post :setup_purchase get :complete end end - match "gateways/:gateway/result" => "#{controllers[:gateway_notifications]}#create", as: :gateways_result + post "gateways/:gateway/result" => "#{controllers[:gateway_notifications]}#create", as: :gateways_result end end end