mike182uk / paypal-ipn-listener

A PayPal IPN (Instant Payment Notification) listener for PHP
MIT License
89 stars 31 forks source link

Updating user records after IPN handling #8

Closed krunsolo closed 10 years ago

krunsolo commented 10 years ago

Hi, great work on this listener. After handling the IPN, how can I update the currently authorized user's db records to update their payment status? Auth::check() indicates that no user is logged in even though they are, I suspect this is because this IPN flow is separate from the user session created. Now I am left with a handled payment but no way to update the user record. Any suggestions?

Thanks.