diff --git a/app/views/checkout/_paypal_checkout.html.erb b/app/views/checkout/_paypal_checkout.html.erb index 023279d..65b62a4 100644 --- a/app/views/checkout/_paypal_checkout.html.erb +++ b/app/views/checkout/_paypal_checkout.html.erb @@ -11,7 +11,11 @@ <% @order.line_items.each_with_index do |item, index| %> - + <%- if Spree::Paypal::Config[:include_option] %> + " /> + <% else %> + + <% end %> <% end %>