The documentation for Common order IPN data says I should be getting address_street, address_city, etc. But if I put this code in my page:
For Each Item In Request.Form
fieldValue = Request.Form(Item)
objTextFile.writeline(Item)
Next
the list in the text file does not have those items. It looks more like what the docs show for thank-you email. For instance there is "receiver_id" and "payment_status" in the list.
Did I miss a setting somewhere?
Thanks
created
Nov '11
last reply
Nov '11
- 1
reply
- 1.1k
views
- 2
users
- 2
links