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:14:01 -0600 |
| commit | 4e091a88af83ba9293a1747aaf754439dcc4cd39 (patch) | |
| tree | a644714801400655c541751186403ea899dc8a66 /httemplate | |
| parent | 09bdc89b2cf12d7b4f4dd1376975b4c9164b4249 (diff) | |
RT#36806: Add message template substitution to show last four digits of credit card number [v3 merge]
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
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', ], ); |
