Skip to content

Commit

Permalink
Merge pull request #36 from StemboltHQ/refactor-hpp-controller-inheri…
Browse files Browse the repository at this point in the history
…t-store-controller

HppController should inherit from store controller
  • Loading branch information
Dkendal committed Nov 13, 2015
2 parents 84657b7 + f59b65d commit 0a547e7
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 0a547e7

Please sign in to comment.