summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:59 -0800
committerIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:59 -0800
commit5bd2d2285220216acce024700f5f5ae108c988f4 (patch)
treefab20f331e799162793e73a44c9d752a8c5c943b
parent31583a27279879177dd2af54fb0b006429807933 (diff)
backoffice API: add new_customer, RT#22830
-rwxr-xr-xbin/xmlrpc-new_customer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer
index bbc9cb46d..aea8053ce 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',