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",
:quantity => 33,
:description => "Something else for 44444",
:amount => 555
}
],
:ip=>..,
...,
..}
setup_purchase( @total ,purchase_options)
but the items wont show
any pointers are really welcome
tia
tom
--
You received this message because you are subscribed to the Google Groups
"Active Merchant" group.
To post to this group, send email to
activemerchant-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
activemerchant+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<activemerchant%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
.
For more options, visit this group at
http://groups.google.com/group/activemerchant?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
anyone?
---------- Forwarded message ----------
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",
:quantity => 33,
:description => "Something else for 44444",
:amount => 555
}
],
:ip=>..,
...,
..}
setup_purchase( @total ,purchase_options)
but the items wont show
any pointers are really welcome
tia
tom
--
You received this message because you are subscribed to the Google Groups
"Active Merchant" group.
To post to this group, send email to
activemerchant-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
activemerchant+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<activemerchant%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
.
For more options, visit this group at
http://groups.google.com/group/activemerchant?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.