https: Point to the logo using https instead of http

This is needed to not have paypal's checkout patch fetch from
a http source during checkout.
This commit is contained in:
Holger Hans Peter Freyther 2014-01-18 15:54:53 +01:00
parent a7d9935021
commit 95eb5043e2
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ module Spree
private
def asset_url(_path)
URI::HTTP.build(:path => ActionController::Base.helpers.asset_path(_path), :host => Spree::Config[:site_url].strip).to_s
URI::HTTPS.build(:path => ActionController::Base.helpers.asset_path(_path), :host => Spree::Config[:site_url].strip).to_s
end
def record_log(payment, response)