X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney%2Fpaypal.inc.php;h=be689229601564e804de8bedbb0efee2e54d9e3e;hb=7f12e3b4113791f3372f11572a205925d7bb6b97;hp=8b4060ef34d4c34f725ae48361586f84e8cc65f2;hpb=cd5bd7dca7db6a980e6d3223aa5f43e0e1742acc;p=platal.git diff --git a/modules/payment/money/paypal.inc.php b/modules/payment/money/paypal.inc.php index 8b4060e..be68922 100644 --- a/modules/payment/money/paypal.inc.php +++ b/modules/payment/money/paypal.inc.php @@ -90,7 +90,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);