[freeside-commits] branch FREESIDE_3_BRANCH updated. 32f738a957b5f2208eb84fbc09810747e725cdba

Ivan ivan at 420.am
Thu Mar 6 12:18:59 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  32f738a957b5f2208eb84fbc09810747e725cdba (commit)
      from  a3795660df685102636e6b192ca585f8a1bf9bf8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 32f738a957b5f2208eb84fbc09810747e725cdba
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 6 12:18:56 2014 -0800

    backoffice API: add new_customer, RT#22830

diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer
index bbc9cb4..aea8053 100755
--- a/bin/xmlrpc-new_customer
+++ b/bin/xmlrpc-new_customer
@@ -17,8 +17,8 @@ my $result = $server->call('FS.API.new_customer',
     #customer informaiton
     'agentnum'         => 1,
     'refnum'           => 1, #advertising source
-    'agent_custid'     => '323',
-    'referral_custnum' => 43,
+    'agent_custid'     => '', #'323',
+    'referral_custnum' => 1,
 
     'first'            => 'Tofu',
     'last'             => 'Beast',

-----------------------------------------------------------------------

Summary of changes:
 bin/xmlrpc-new_customer |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list