Skip to content

Commit

Permalink
Fix conflict between unused Spree::CheckoutHelper in spree_core and t…
Browse files Browse the repository at this point in the history
…he requried ::CheckoutHelper in OFN

The OFN checkoutHelper was not being included and instead the Spree::CheckoutHelper, that doesnt have the necessary helpers, was used
  • Loading branch information
luisramos0 committed Aug 3, 2020
1 parent 646f48f commit 6cd5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/spree/order_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Spree
class OrderMailer < BaseMailer
helper HtmlHelper
helper CheckoutHelper
helper ::CheckoutHelper
helper SpreeCurrencyHelper
helper OrderHelper
include I18nHelper
Expand Down

0 comments on commit 6cd5b54

Please sign in to comment.