migrate payments.
[platal.git] / include / money / paypal.inc.php
index ecd669f..d3e2ddf 100644 (file)
@@ -56,8 +56,7 @@ class PayPal
        $name = $req->fetchOneCell();
 
         $roboturl = str_replace("https://","http://",$globals->baseurl)
-            ."/paiement/paypal_retour.php?uid="
-            .Session::getInt('uid');
+            ."/payment/paypal_return/".Session::getInt('uid');
 
        $this->infos = Array();