I just started my first website with Padloper and paypal payment module and I have some issues with the Paypal module, I'm on it since yesterday and I'm totally lost... Everything is fine, I confirm the payment, paypal say that the payment has been completed, but when I'm redirected on Padloper , I'm redirected to the failure page but whithout any failure message. If I check my test paypal account the payment has been completed, so no errors. More strange, if I test my website in local, everything is fine ! but online, in the processPayment function of the paypal module, the request return ... false. And only "false".
$http = new WireHttp();
$response = $http->post($this->endpoint . 'cgi-bin/webscr', $postParams);
var_dump($response);
Why no error code or some indications ? the payment has been made, and in local I have a response, with SUCCESS.
I'm using OVH, do I need to buy a SSL certificate for communicating with paypal ? If someone can help me, I will be forever grateful !