[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm,1.41,1.42

Ivan,,, ivan at wavetail.420.am
Sun Nov 5 10:03:21 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail:/tmp/cvs-serv984/FS/FS/ClientAPI

Modified Files:
	MyAccount.pm 
Log Message:
fix auto-population of card_type SELECT in self-service payment form

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- MyAccount.pm	26 Aug 2006 23:15:12 -0000	1.41
+++ MyAccount.pm	5 Nov 2006 18:03:19 -0000	1.42
@@ -253,7 +253,7 @@
   $return{payby} = $cust_main->payby;
 
   if ( $cust_main->payby =~ /^(CARD|DCRD)$/ ) {
-    #warn $return{card_type} = cardtype($cust_main->payinfo);
+    $return{card_type} = cardtype($cust_main->payinfo);
     $return{payinfo} = $cust_main->payinfo;
 
     @return{'month', 'year'} = $cust_main->paydate_monthyear;



More information about the freeside-commits mailing list