From 84f0c159da61d48ace26f6536806a94ba2656466 Mon Sep 17 00:00:00 2001 From: Bounmy Stephane Date: Fri, 25 May 2012 20:03:23 +0200 Subject: [PATCH] fixed margin --- app/views/spree/shared/paypal_express_confirm.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/spree/shared/paypal_express_confirm.html.erb b/app/views/spree/shared/paypal_express_confirm.html.erb index 9b3880c..7e0762d 100644 --- a/app/views/spree/shared/paypal_express_confirm.html.erb +++ b/app/views/spree/shared/paypal_express_confirm.html.erb @@ -11,8 +11,9 @@

-
+
<%= render :partial => 'spree/shared/order_details', :locals => {:order => @order} -%> +
<%= 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" %>