[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.1, 1.133.2.2

Ivan,,, ivan at wavetail.420.am
Tue Aug 2 12:35:14 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv22287/ClientAPI

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MyAccount.pm 
Log Message:
isracards from self-service, RT#13894

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.1
retrieving revision 1.133.2.2
diff -u -w -d -r1.133.2.1 -r1.133.2.2
--- MyAccount.pm	23 Jul 2011 00:40:08 -0000	1.133.2.1
+++ MyAccount.pm	2 Aug 2011 19:35:12 -0000	1.133.2.2
@@ -673,7 +673,7 @@
       if $cust_main->paymask eq $payinfo;
 
     $payinfo =~ s/\D//g;
-    $payinfo =~ /^(\d{13,16})$/
+    $payinfo =~ /^(\d{13,16}|\d{8,9})$/
       or return { 'error' => gettext('invalid_card') }; # . ": ". $self->payinfo
     $payinfo = $1;
 



More information about the freeside-commits mailing list