diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-09 19:58:47 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-09 20:01:47 -0600 |
| commit | c6ca6b86737effb2e3475734753f3f02f2b095ed (patch) | |
| tree | fd1f27eb23539f7deca8b2168ff472c5c8d57f73 /httemplate/edit/msg_template | |
| parent | 2faea9544ed6b2872ad458319ee35245e81e946a (diff) | |
RT#36806: Add message template substitution to show last four digits of credit card number
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 f0098762d..eb6e5ed3f 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', ], ); |
