Skip to content

Commit

Permalink
Use reflections instead of, now gone, reflections
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Jun 17, 2020
1 parent bfe0047 commit 7d4832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/payment_method_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

def init
unless reflections.key?(:calculator)
unless _reflections.key?(:calculator)
self.class.include Spree::Core::CalculatedAdjustments
end

Expand Down

0 comments on commit 7d4832e

Please sign in to comment.