summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-09 19:58:47 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-09 19:58:47 -0600
commitd719b00e871830c3b8d48d4f713ae455b4c1b5b5 (patch)
tree24fdb5db6e60df8ea4bcc413115db80e6a9742be /httemplate
parentadde23e02a271005a708519efd82c43f388cfdee (diff)
RT#36806: Add message template substitution to show last four digits of credit card number
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/msg_template/email.html2
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',