Skip to content

Commit

Permalink
Merge pull request #131 from essn/patch-image-path-asset-helper
Browse files Browse the repository at this point in the history
Wizard#logo use `image_path` over `image_url`.
  • Loading branch information
kennyadsl authored Aug 30, 2021
2 parents d99e426 + fcfada3 commit 35524e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/solidus_paypal_commerce_platform/wizard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def nonce
private

def logo
ActionController::Base.helpers.image_url(::Spree::Config[:admin_interface_logo])
ActionController::Base.helpers.image_path(::Spree::Config[:admin_interface_logo])
end
end
end

0 comments on commit 35524e8

Please sign in to comment.