August 2011
2 posts
Paypal on Rails, gotchas and tricks
With the help of Activemerchant, integrate Paypal into Rails is really easy, yet there are some gotchas you should be aware of.
The original ‘_ext-enter’ for ‘cmd’ is deprecated
If you are to submit multiple line items, the ‘cmd’ value must be ‘_cart’, then you can use item_name_x/quantity_x/amount_x as the line items details
The built in helper...