summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:28 -0800
committerIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:28 -0800
commit8fba8f0caeb41074c4b277e4eeb2a9dea7542e49 (patch)
treea5d03b5ffd186e54c4359bcac323263b1a7af3c3 /bin
parent47ff1395f3d96fdb5d676f22b6f1498c824ae986 (diff)
backoffice API: add new_customer, RT#22830
Diffstat (limited to 'bin')
-rwxr-xr-xbin/xmlrpc-new_customer2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer
index d30c3396f..bbc9cb46d 100755
--- a/bin/xmlrpc-new_customer
+++ b/bin/xmlrpc-new_customer
@@ -18,7 +18,7 @@ my $result = $server->call('FS.API.new_customer',
'agentnum' => 1,
'refnum' => 1, #advertising source
'agent_custid' => '323',
- 'referral_custnum' =>
+ 'referral_custnum' => 43,
'first' => 'Tofu',
'last' => 'Beast',