fixed namespace partial

This commit is contained in:
Bounmy Stephane 2012-05-24 00:59:07 +02:00
parent 63b2c21438
commit f544581f76
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<%= raw t("order_not_yet_placed") %>
</p>
<%= render :partial => 'shared/order_details', :locals => {:order => @order} -%>
<%= render :partial => 'spree/shared/order_details', :locals => {:order => @order} -%>
<div class="form-buttons">
<%= 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" %>