Should fix comment in cyberplus payment notification.
authorStéphane Jacob <sj@m4x.org>
Mon, 21 Mar 2011 14:57:04 +0000 (15:57 +0100)
committerStéphane Jacob <sj@m4x.org>
Mon, 21 Mar 2011 14:57:04 +0000 (15:57 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/payment.php

index 08cd05d..cdd3e60 100644 (file)
@@ -354,7 +354,7 @@ class PaymentModule extends PLModule
             array('<prenom>', '<nom>', '<promo>', '<montant>', '<salutation>', '<cher>', '<comment>'),
             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();