summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-08-31 21:49:04 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-08-31 21:49:04 -0500
commit2da1326a2ba34b1e322af040b174f24c618dc1a7 (patch)
tree7feaaee78b1e896184e001bd65fb69cc4b179e28 /FS/FS/ClientAPI_XMLRPC.pm
parentc53b9ea5e995de0388c4e1973b1929626fdc29a6 (diff)
71890: SelfService API: Return monthly recurring fee
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 08c6c2d..3167aa0 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -112,6 +112,7 @@ sub ss2clientapi {
'switch_cust' => 'MyAccount/switch_cust',
'customer_info' => 'MyAccount/customer_info',
'customer_info_short' => 'MyAccount/customer_info_short',
+ 'customer_recurring' => 'MyAccount/customer_recurring',
'contact_passwd' => 'MyAccount/contact/contact_passwd',
'list_contacts' => 'MyAccount/contact/list_contacts',