From c6ca6b86737effb2e3475734753f3f02f2b095ed Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 9 Nov 2015 19:58:47 -0600 Subject: RT#36806: Add message template substitution to show last four digits of credit card number --- httemplate/edit/msg_template/email.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/msg_template/email.html') 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', ], ); -- cgit v1.2.1