diff options
| author | ivan <ivan> | 2006-12-14 06:00:46 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-12-14 06:00:46 +0000 |
| commit | dcdf657e77ec7b46dc69e19a849a9c133123db7c (patch) | |
| tree | cfbe516c1113dbe86af59ab9288eccc8c71f96ab /httemplate/search | |
| parent | bd368448838fb00212fa34d70e467cf4c8e12206 (diff) | |
encryption fixes from huntsberg & jayce
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi index 87da1791b..98cc0e799 100755 --- a/httemplate/search/cust_pay.cgi +++ b/httemplate/search/cust_pay.cgi @@ -164,7 +164,7 @@ sub { my $cust_pay = shift; if ( $cust_pay->payby eq 'CARD' ) { - 'Card #'. $cust_pay->payinfo_masked; + 'Card #'. $cust_pay->paymask; } elsif ( $cust_pay->payby eq 'CHEK' ) { 'E-check acct#'. $cust_pay->payinfo; } elsif ( $cust_pay->payby eq 'BILL' ) { |
