Skip to content

Commit f59b65d

Browse files
author
Dylan Kendal
committed
HppController should inherit from store controller
1 parent 9711cdb commit f59b65d

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)