From aaa91e78d764c2558734758dbc0ab82f4cad45cf Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 2 May 2007 16:46:34 +0000 Subject: [PATCH] Fix cyberpaiement git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1793 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/payment/money/cyberpaiement.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/payment/money/cyberpaiement.inc.php b/modules/payment/money/cyberpaiement.inc.php index 79f9af8..3254114 100644 --- a/modules/payment/money/cyberpaiement.inc.php +++ b/modules/payment/money/cyberpaiement.inc.php @@ -55,6 +55,7 @@ class CyberPayment $name = $req->fetchOneCell(); // 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); -- 2.1.4