PayPal, Item names and descriptions
I followed the instruction to set up PayPal from the link:
https://devcenter.appery.io/documenta...
and got it working with ease. However, I noticed that on the PayPal login page the Current Purchase field is empty and I would like to show the user the item they are purchasing. Looking at the PayPal_Create_Payment request, there are no parameters for name and description of the items. The closest parameter is the transaction; but all that contains is the collection of amount { total, currency } objects. There are no parameters in the request that suggest the name and description of the items being purchased.
Any help is appreciated.