projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b1d0e3
)
Should fix comment in cyberplus payment notification.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 21 Mar 2011 14:57:04 +0000
(15:57 +0100)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/modules/payment.php
b/modules/payment.php
index
08cd05d
..
cdd3e60
100644
(file)
--- a/
modules/payment.php
+++ b/
modules/payment.php
@@
-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();