removed two references to incorrect /spree path

This commit is contained in:
Chris Nighitngale 2012-02-16 00:19:28 -07:00 committed by John Dyer
parent 5fc2b565d3
commit e69daa02c6
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ module Spree
credits_total = credits.map {|i| i[:amount] * i[:quantity] }.sum
end
opts = { #:return_url => request.protocol + request.host_with_port + "/spree/orders/#{order.number}/checkout/paypal_confirm?payment_method_id=#{payment_method}",
opts = { #:return_url => request.protocol + request.host_with_port + "/orders/#{order.number}/checkout/paypal_confirm?payment_method_id=#{payment_method}",
:return_url => "http://" + request.host_with_port + "/orders/#{order.number}/checkout/paypal_confirm?payment_method_id=#{payment_method}",
:cancel_return_url => "http://" + request.host_with_port + "/orders/#{order.number}/edit",
:order_id => order.number,
@ -269,7 +269,7 @@ module Spree
if stage == "checkout"
opts[:handling] = 0
opts[:callback_url] = "http://" + request.host_with_port + "/spree/paypal_express_callbacks/#{order.number}"
opts[:callback_url] = "http://" + request.host_with_port + "/paypal_express_callbacks/#{order.number}"
opts[:callback_timeout] = 3
elsif stage == "payment"
#hack to add float rounding difference in as handling fee - prevents PayPal from rejecting orders