[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.8, 1.133.2.9

Ivan,,, ivan at wavetail.420.am
Thu Sep 22 20:21:11 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MyAccount.pm 
Log Message:
add two-step payment processing to self-service, RT#13656

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.8
retrieving revision 1.133.2.9
diff -u -w -d -r1.133.2.8 -r1.133.2.9
--- MyAccount.pm	23 Sep 2011 03:20:42 -0000	1.133.2.8
+++ MyAccount.pm	23 Sep 2011 03:21:09 -0000	1.133.2.9
@@ -801,7 +801,6 @@
   my $error = $cust_main->realtime_bop( $FS::payby::payby2bop{$payby}, $amount,
     'quiet'       => 1,
     'selfservice' => 1,
-    'fake'        => 1, #XXX DO NOT CHECK ME IN
     'paynum_ref'  => \$paynum,
     %$validate,
   );



More information about the freeside-commits mailing list