[freeside-commits] freeside/FS/FS ClientAPI_XMLRPC.pm,1.4,1.5

Ivan,,, ivan at wavetail.420.am
Wed Feb 16 03:57:11 PST 2011


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

Modified Files:
	ClientAPI_XMLRPC.pm 
Log Message:
fix freeside-sellfservice-xmlrpcd for implied hash :/

Index: ClientAPI_XMLRPC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI_XMLRPC.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- ClientAPI_XMLRPC.pm	23 Nov 2010 01:39:01 -0000	1.4
+++ ClientAPI_XMLRPC.pm	16 Feb 2011 11:57:09 -0000	1.5
@@ -49,7 +49,7 @@
     #no strict 'refs';
     #&{$call}(@_);
     #FS::ClientAPI->dispatch($autoload->{$call}, @_);
-    FS::ClientAPI->dispatch($autoload->{$call}, @_ );
+    FS::ClientAPI->dispatch($autoload->{$call}, { @_ } );
   }else{
     die "No such procedure: $call";
   }
@@ -106,6 +106,7 @@
   'new_customer'              => 'Signup/new_customer',
   'capture_payment'           => 'Signup/capture_payment',
   'clear_signup_cache'        => 'Signup/clear_cache',
+  'new_agent'                 => 'Agent/new_agent',
   'agent_login'               => 'Agent/agent_login',
   'agent_logout'              => 'Agent/agent_logout',
   'agent_info'                => 'Agent/agent_info',



More information about the freeside-commits mailing list