From: Stéphane Jacob Date: Mon, 21 Mar 2011 14:57:04 +0000 (+0100) Subject: Should fix comment in cyberplus payment notification. X-Git-Tag: xorg/1.1.0~22 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9170f4f97464436d1a2cd16031d515f44a5ff2d7;p=platal.git Should fix comment in cyberplus payment notification. Signed-off-by: Stéphane Jacob --- diff --git a/modules/payment.php b/modules/payment.php index 08cd05d..cdd3e60 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -354,7 +354,7 @@ class PaymentModule extends PLModule array('', '', '', '', '', '', ''), array($user->firstName(), $user->lastName(), $user->promo(), $montant, $user->isFemale() ? 'Chère' : 'Cher', $user->isFemale() ? 'Chère' : 'Cher', - Env::v('comment')), $conf_text); + Env::v('vads_order_info')), $conf_text); global $globals; $mymail = new PlMailer();