Dear EJunkie,
I am a new EJunkie user. I have several "single download" products and one "redirection".
They all seem to be configured and working properly (thanks to your easy to read documentation).
However, the Java servlet I wrote to process the redirection URL seems to receive NULL
for the 'handshake' parameter value. The other parameter values I can extract fine,
with this code:
String handshake = request.getParameter("handshake");
String txn_id = request.getParameter("txn_id");
String username = request.getParameter("custom");
String email = request.getParameter("payer_email");
Only the handshake returns null. Is there something I need to configure in
my account settings in order to get EJunkie to pass me the handshake?
Thanks,
QuoteMan
created
Dec '10
last reply
Dec '10
- 4
replies
- 1.3k
views
- 2
users
- 3
links