Paste your code maybe? :D

According to the docs, they are sending GET, where did you found POST?
http://developers.mercadopago.com/documentation/instant-payment-notifications#configure-api

Did you try to log IPN request?
CakeLog::write('ipn', print_r($this->params, true));

Also check your web server access logs...

2013/5/6 leydis contreras <inglcontreras0...@gmail.com>

> No, already try with GET. What else could be???
>
>
> 2013/5/6 majna <majna...@gmail.com>
>
>> Perhaps you are receiving GET request for IPN, not POST?
>>
>>
>> On Sunday, May 5, 2013 2:20:14 PM UTC+2, leydis contreras wrote:
>>>
>>> I stil have the same issue :(
>>>
>>> El martes, 14 de junio de 2011 15:53:34 UTC+2, Ivan Rocha escribió:
>>>>
>>>> Hi,
>>>>
>>>> I'm trying to integrate a CakePHP website to PagSeguro (brazilian's
>>>> Paypal) and when PagSeguro sends a POST containing the payment data,
>>>> CakePHP don't show the POST, even if I put in the controller a
>>>> "debug($_POST); die();".
>>>>
>>>> I have checked the network tab of Firebug and the POST is being sent
>>>> correctly. I tried to use a pure PHP file outside CakePHP to receive the
>>>> POST and it shows the data normaly.
>>>>
>>>> I searched a lot about CSRF protection and found nothing. Is there any
>>>> Cake's "behaviour" that cleans the POST data?
>>>>
>>>> Thank you for helping,
>>>> --
>>>> Ivan Rocha
>>>>
>>>>  --
>> Like Us on FaceBook https://www.facebook.com/CakePHP
>> Find us on Twitter http://twitter.com/CakePHP
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CakePHP" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cake-php+unsubscr...@googlegroups.com.
>>
>> To post to this group, send email to cake-php@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
> :)
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "CakePHP" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/cake-php/oOQGGHABK04/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to
> cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to