[freeside-commits] branch master updated. d5c3ae3442a2ced726c83c4d78fde2bae3ba1691

Ivan ivan at 420.am
Fri Jan 29 14:39:24 PST 2016


The branch, master has been updated
       via  d5c3ae3442a2ced726c83c4d78fde2bae3ba1691 (commit)
      from  db676d7c8aaa25f5d749c28b8f6bc1908a37c144 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d5c3ae3442a2ced726c83c4d78fde2bae3ba1691
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jan 29 14:39:23 2016 -0800

    fix card-types config in backend (one-off payments), RT#40125, RT#39861

diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index 01f7dee..51fb050 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -140,7 +140,7 @@ if ( $payby eq 'CHEK' ) {
   validate($payinfo)
     or errorpage(gettext('invalid_card'));
 
-  unless ( $self->payinfo =~ /^99\d{14}$/ ) { #token
+  unless ( $payinfo =~ /^99\d{14}$/ ) { #token
 
     my $cardtype = cardtype($payinfo);
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/process/payment.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list