Hi (first post, and probably bad english) Im having a strange (I think) problem. Im trying to implement paypal's IPN notification with my cake app. The ipn works correct if it's sent to a "fixed" file in the site, for example: http://site.com/ipn.php, but doesn't seem to work if I point it to an action, for example: http://site.com/orders/ipn. Im loggin everything in this accion (post info, the mere call of the action, etc) to a file, and it simply doesn't get written when I finish paying with paypal (in the sandbox). It looks like the action doesn't get "requested".
Any ideas how to solve this? I could use the fixed file, but I fear if I change the db content from outside cake I'll have problems with the cake cache... Thanks in advance! Ramiro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
