Skip to content

Commit 0a547e7

Browse files
committed
Merge pull request #36 from StemboltHQ/refactor-hpp-controller-inherit-store-controller
HppController should inherit from store controller
2 parents 84657b7 + f59b65d commit 0a547e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/spree/adyen/hpps_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Spree
22
module Adyen
3-
class HppsController < ::ActionController::Base
3+
class HppsController < StoreController
44
load_resource :order, class: "Spree::Order", id_param: :order_id
55
load_resource(
66
:payment_method,

0 commit comments

Comments
 (0)