From 4ed0a352b2319c2fc14ee7af09a21caf727e7b12 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 20 Nov 2013 01:45:20 -0800 Subject: creating address-less free customers, RT#24968 --- FS/FS/ClientAPI_XMLRPC.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/ClientAPI_XMLRPC.pm') diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm index 6f37ce8..6ebdcec 100644 --- a/FS/FS/ClientAPI_XMLRPC.pm +++ b/FS/FS/ClientAPI_XMLRPC.pm @@ -170,6 +170,7 @@ sub ss2clientapi { 'access_info' => 'MyAccount/access_info', 'domain_select_hash' => 'Signup/domain_select_hash', # expose? 'new_customer' => 'Signup/new_customer', + 'new_customer_minimal' => 'Signup/new_customer_minimal', 'capture_payment' => 'Signup/capture_payment', 'clear_signup_cache' => 'Signup/clear_cache', 'new_agent' => 'Agent/new_agent', -- cgit v1.1