X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fmsg_template.html;h=0478a80660b09057ee8dc2eba65aa78524ffc866;hp=4bfdd626ff526593eecf1f787b3e5d3ba8e39cf1;hb=4e091a88af83ba9293a1747aaf754439dcc4cd39;hpb=09bdc89b2cf12d7b4f4dd1376975b4c9164b4249 diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 4bfdd626f..0478a8066 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -294,6 +294,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' => [ @@ -302,6 +303,7 @@ my %substitutions = ( '$payby' => 'Refund method', '$date' => 'Refund date', '$payinfo' => 'Card/account# (masked)', + '$payinfo_end' => 'Card/account last 4 digits', ], );