[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.53.2.25, 1.53.2.26

Ivan,,, ivan at wavetail.420.am
Sun Oct 25 16:30:29 PDT 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	MyAccount.pm 
Log Message:
add apply option to realtime_collect, RT#5071

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.53.2.25
retrieving revision 1.53.2.26
diff -u -d -r1.53.2.25 -r1.53.2.26
--- MyAccount.pm	25 Oct 2009 22:59:26 -0000	1.53.2.25
+++ MyAccount.pm	25 Oct 2009 23:30:27 -0000	1.53.2.26
@@ -485,7 +485,7 @@
 
   my $error = $cust_main->realtime_collect(
     'method'     => $p->{'method'},
-    'session_id' => $p->{'session_id'},
+    'apply'      => 1,
   );
   return { 'error' => $error } unless ref( $error );
 



More information about the freeside-commits mailing list