summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/cust_http.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-20 19:48:53 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-20 19:48:53 -0500
commit2aa7cfda6c3936e1850d845e25ed88cf0a09330f (patch)
tree727ff870b779bc5e3af53f4713e87cd3e0fca821 /FS/FS/part_export/cust_http.pm
parentc8758c049e81f88d086a42c92a56a91815dbbb26 (diff)
RT#29296: API stuff: Add new locations [added eval field specs, debugged]
Diffstat (limited to 'FS/FS/part_export/cust_http.pm')
-rw-r--r--FS/FS/part_export/cust_http.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm
index f72d006..c13e18d 100644
--- a/FS/FS/part_export/cust_http.pm
+++ b/FS/FS/part_export/cust_http.pm
@@ -55,7 +55,7 @@ tie %options, 'Tie::IxHash',
;
%info = (
- 'svc' => [qw( cust_main cust_location )],
+ 'svc' => [qw( cust_main )],
'desc' => 'Send an HTTP or HTTPS GET or POST request, for customers.',
'options' => \%options,
'no_machine' => 1,