PayPal IPN - having trouble accessing session data?
- by Martin Bean
Hello, all. I'm having issues with PayPal IPN integration where it seems I cannot get my solution to read session variables.
Basically, in my shop module script, I store the customer's details as provided by PayPal to an orders table. However, I also wish to save products ordered in a transaction to a separate table linked by the order ID.
…