X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney%2Fpaypal.inc.php;h=e1b4d0fc97f472894c82d56304ca0e60a72eef5f;hb=1db75748d39cb4ee8314ff234a55bb732e871eeb;hp=48e740f6fb1d810972448960ca671a3eae4c114e;hpb=5f30b30e8b2657ade5c727e98de286386ee002d8;p=platal.git diff --git a/modules/payment/money/paypal.inc.php b/modules/payment/money/paypal.inc.php index 48e740f..e1b4d0f 100644 --- a/modules/payment/money/paypal.inc.php +++ b/modules/payment/money/paypal.inc.php @@ -89,7 +89,6 @@ class PayPal $this->infos['client'] = array_map('replace_accent', array_merge($info_client, $res->fetchOneAssoc())); // on constuit la reference de la transaction - require_once 'xorg.misc.inc.php'; $prefix = ($pay->flags->hasflag('unique')) ? str_pad("",15,"0") : rand_url_id(); $fullref = substr("$prefix-xorg-{$pay->id}",-15);