In real (not Sandbox) environment Paypal IPN sends POST data with payment_status = Completed. But when I tried to get transaction confirmation from Paypal (using CURL) I receive an empty string (not "VERIFIED" or "INVALID").
CURL does not return any error. For confirmation in real environment I use https://www.paypal.com/cgi-bin/webscr (that's for sure). Moreover in Sandbox everything works properly.
The error appeared about 2 months ago. I noticed that paypal had changed a little design of the site. Perhaps confirmation process is also changed. But I did not find any updates in the documentation.
Has anybody met a similar problem?