summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-12 12:10:10 -0700
committerMark Wells <mark@freeside.biz>2016-04-13 15:07:50 -0700
commiteb8ed18a57d255741003d7d861786eada7970f50 (patch)
tree9771399b87231f7ac3309e3213bf8410054b7b93 /FS/FS/ClientAPI_XMLRPC.pm
parent31807e3e9acddff34011e919728c113e69ad9a26 (diff)
create prospects through signup API, #39776
Diffstat (limited to 'FS/FS/ClientAPI_XMLRPC.pm')
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index 2dea801..622f3df 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -192,6 +192,7 @@ sub ss2clientapi {
'new_customer_minimal' => 'Signup/new_customer_minimal',
'capture_payment' => 'Signup/capture_payment',
'clear_signup_cache' => 'Signup/clear_cache',
+ 'new_prospect' => 'Signup/new_prospect',
'new_agent' => 'Agent/new_agent',
'agent_login' => 'Agent/agent_login',
'agent_logout' => 'Agent/agent_logout',