Skip to content

Commit

Permalink
Merge pull request #286 from Kalilo/patch-1
Browse files Browse the repository at this point in the history
Update checkout_controller_decorator.rb
  • Loading branch information
damianlegawiec authored Jul 4, 2017
2 parents 06cc3a4 + 451d14f commit 44d4149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Spree
CheckoutController.class_eval do
before_filter :confirm_skrill, :only => [:update]
before_action :confirm_skrill, :only => [:update]

def skrill_return

Expand Down

0 comments on commit 44d4149

Please sign in to comment.