summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-06 12:35:28 -0700
committerMark Wells <mark@freeside.biz>2016-10-06 12:35:28 -0700
commit893eb33723f9e113e9fd0a15d23ba0f295c2585c (patch)
treed4a4292e6b336c92ea148fd6b125f6998be239e9 /FS/FS/ClientAPI_XMLRPC.pm
parent191ed671d297c587f8e3eea638a8d0a54494b845 (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 4dc2f8e..3167aa0 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -194,6 +194,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',