summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/SelfService.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-25 12:30:13 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-25 12:30:34 -0700
commit9fcc988cd0532f0ea6d84f348caed24b8c797c78 (patch)
tree9fb7c7ca1118bf9a3ea913ec5ed5ff2a11b3f7db /fs_selfservice/FS-SelfService/SelfService.pm
parent650682d61cb09233b106c83d50259e8bd7acee20 (diff)
webservice infrastructure, RT#33849
Diffstat (limited to 'fs_selfservice/FS-SelfService/SelfService.pm')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 4023aa87d..144d9820d 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -138,6 +138,8 @@ $socket .= '.'.$tag if defined $tag && length($tag);
'quotation_remove_pkg' => 'MyAccount/quotation/quotation_remove_pkg',
'quotation_order' => 'MyAccount/quotation/quotation_order',
+ 'freesideinc_service' => 'Freeside/freesideinc_service',
+
);
@EXPORT_OK = (
keys(%autoload),