diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
commit | f32ac83068c6211f829f1688a1a9cdec71bc6ec7 (patch) | |
tree | a6b6866f50a90fc7716861b4884ec4ffeb5ce535 /httemplate/edit/msg_template | |
parent | 2c112f32561f23f9c538ace00db46659ce16da32 (diff) | |
parent | c0886229d19cfa798580fbeb342826fd11ceeeb0 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/msg_template')
-rw-r--r-- | httemplate/edit/msg_template/email.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template/email.html b/httemplate/edit/msg_template/email.html index 12a4a6f56..53f538b11 100644 --- a/httemplate/edit/msg_template/email.html +++ b/httemplate/edit/msg_template/email.html @@ -300,6 +300,7 @@ my %substitutions = ( '$payby' => 'Payment method', '$date' => 'Payment date', '$payinfo' => 'Card/account# (masked)', + '$payinfo_end' => 'Card/account last 4 digits', '$error' => 'Decline reason', ], 'cust_refund' => [ @@ -308,6 +309,7 @@ my %substitutions = ( '$payby' => 'Refund method', '$date' => 'Refund date', '$payinfo' => 'Card/account# (masked)', + '$payinfo_end' => 'Card/account last 4 digits', ], 'system_log' => [ '$logmessage' => 'Log entry message', |