Skip to content

Commit

Permalink
HppController should inherit from store controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Kendal committed Nov 13, 2015
1 parent 9711cdb commit f59b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/spree/adyen/hpps_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Spree
module Adyen
class HppsController < ::ActionController::Base
class HppsController < StoreController
load_resource :order, class: "Spree::Order", id_param: :order_id
load_resource(
:payment_method,
Expand Down

0 comments on commit f59b65d

Please sign in to comment.