summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-09-11 11:27:42 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-11 11:27:42 -0400
commit30fabfe8ce8c9a48fa96c6a50d48b32161b1680f (patch)
treed032085abd213b8a41745b5fb54aaff050252d6f /FS/FS/ClientAPI_XMLRPC.pm
parentdc04294e8be2526714fb652fed479d379e444a32 (diff)
RT# 39340 - configured the minimal selfservice to get mac address from radius account table
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 dcf34fd..db0537c 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -227,6 +227,7 @@ sub ss2clientapi {
'quotation_add_pkg' => 'MyAccount/quotation/quotation_add_pkg',
'quotation_remove_pkg' => 'MyAccount/quotation/quotation_remove_pkg',
'quotation_order' => 'MyAccount/quotation/quotation_order',
+ 'get_mac_address' => 'MyAccount/get_mac_address',
'freesideinc_service' => 'Freeside/freesideinc_service',
};