Cannot send value to paypal
Posted
by preetu
on Stack Overflow
See other posts from Stack Overflow
or by preetu
Published on 2010-05-11T04:32:26Z
Indexed on
2010/05/11
6:24 UTC
Read the original article
Hit count: 292
paypal
Hi
PayPal IPN sends a notification to your script directly. Since the notification is coming from PayPal - NOT the customer that placed the order - My Login session doesn't exits this context .Therefore,all my login data doesn't exist in the session.I need my login session values to update my DB with paypal ipn value.How should i mentain my login session should i set browser session or other way can i send login primary key to paypal.
© Stack Overflow or respective owner