diff --git a/app/views/shared/_paypal_express_checkout.html.erb b/app/views/shared/_paypal_express_checkout.html.erb index c371ad5..2aa00d3 100644 --- a/app/views/shared/_paypal_express_checkout.html.erb +++ b/app/views/shared/_paypal_express_checkout.html.erb @@ -1,3 +1,3 @@ - + diff --git a/app/views/shared/paypal_express_confirm.html.erb b/app/views/shared/paypal_express_confirm.html.erb index dd34e83..6acd7ef 100644 --- a/app/views/shared/paypal_express_confirm.html.erb +++ b/app/views/shared/paypal_express_confirm.html.erb @@ -5,6 +5,6 @@ <%= render :partial => 'shared/order_details', :locals => {:order => @order} -%>
- <%= button_to t('place_order'), main_app.paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id => + <%= button_to t('place_order'), paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id => params[:payment_method_id] } ), :class => "button primary" %>
diff --git a/app/views/spree/checkout/payment/_paypalexpress.html.erb b/app/views/spree/checkout/payment/_paypalexpress.html.erb index 8c6cfab..f511a03 100644 --- a/app/views/spree/checkout/payment/_paypalexpress.html.erb +++ b/app/views/spree/checkout/payment/_paypalexpress.html.erb @@ -1,3 +1,3 @@ - +