Displaying 1 result from an estimated 1 matches for "purchase_opt".
2011 Feb 02
1
newbie: paypal + line items
hi,
using activemerchant + rails the first time. how can i send my line
items + descriptions etc over to paypal so that the user can review
the items?
purchase_options{
:items => [
{
:name => "Tickets",
:quantity => 22,
:description => "Tickets for 232323",
:amount => 1211221
},
{
:name => "Other product",...