PayPal 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 4:44 UTC
Read the original article Hit count: 675

Filed under:

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

PayPal Cannot send value to paypal

Posted by preetu on Stack Overflow See other posts from Stack Overflow or by preetu
Published on 2010-05-11T02:34:48Z Indexed on 2010/05/11 2:44 UTC
Read the original article Hit count: 675

Filed under:
|

Hi..

 I have created PayPal handler class now i can receive properly all IPN messages and all transaction successful.Now i need to keep track of my users which user send request then i need to update his database .I tried to send my application primary key to PayPal to get to know which user doing transaction then i tried to retrieve in IPN message but i cant retrieve what i sent my own value some value. Is it possible to send own value to PayPal or how should i update my DB...Thank you Adv.

© Stack Overflow or respective owner

Related posts about paypal