Displaying 1 result from an estimated 1 matches for "switch_to_paypal".
2007 Jul 04
5
stack level too deep
...tions["item_name_#{x}"] = item.product.title # this is
the line that is causing the error
more_options["amount_#{x}"] = item.product.price
more_options["quantity_#{x}"] = item.quantity
x += 1
end
@html = render_to_string( :partial => "switch_to_paypal", :object
=> @order, :locals => { :more_options => more_options } )
end
Can someone figure out what is causing this error ?
Thanks, Marc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on...