hi,
i did try but not working, i know how to add the item name or item description :
for name i use: $params['L_NAME' . $line_item_no] = $product['name']; (on screen first line "Aliens vs Predator (PC) .....)
for description: $params['L_DESC' . $line_item_no] = $product['name']; ( on screen second line "Item description: Aliens vs Predator ... )
this new line: $params['L_PAYMENTREQUEST_0_NAME' . $line_item_no] = $product['name']; (from PP webapi instruction - do nothing)
But after changes still no item name in email from PP but we have price, Qty , so look like part of data is send to pp only no item name.
hmmmm, starnge .....
Best