[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.98, 1.99
Ivan,,,
ivan at wavetail.420.am
Sun Oct 25 16:30:03 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv16682/ClientAPI
Modified Files:
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.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- MyAccount.pm 24 Oct 2009 02:04:41 -0000 1.98
+++ MyAccount.pm 25 Oct 2009 23:30:00 -0000 1.99
@@ -680,7 +680,6 @@
}
sub realtime_collect {
-
my $p = shift;
my $session = _cache->get($p->{'session_id'})
@@ -695,6 +694,7 @@
'method' => $p->{'method'},
'pkgnum' => $session->{'pkgnum'},
'session_id' => $p->{'session_id'},
+ 'apply' => 1,
);
return { 'error' => $error } unless ref( $error );
More information about the freeside-commits
mailing list