summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/broadband_http.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-03 20:27:16 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-03 20:27:16 -0800
commit9fa2bad9e9954ba0f838b032b4732de6847bb55b (patch)
treea19c8248b49e0a1923eb783ff30a8eb836d975e4 /FS/FS/part_export/broadband_http.pm
parente0f4d7c4932871a17555b93ef2db49bc6c4c2d35 (diff)
add suspend/unsuspend to http exports, RT#20054
Diffstat (limited to 'FS/FS/part_export/broadband_http.pm')
-rw-r--r--FS/FS/part_export/broadband_http.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/FS/FS/part_export/broadband_http.pm b/FS/FS/part_export/broadband_http.pm
index c1ed7fc..5be8b68 100644
--- a/FS/FS/part_export/broadband_http.pm
+++ b/FS/FS/part_export/broadband_http.pm
@@ -35,6 +35,18 @@ tie %options, 'Tie::IxHash',
type => 'textarea',
default => '',
},
+ 'suspend_data' => {
+ label => 'Suspend data',
+ type => 'textarea',
+ default => join("\n",
+ ),
+ },
+ 'unsuspend_data' => {
+ label => 'Unsuspend data',
+ type => 'textarea',
+ default => join("\n",
+ ),
+ },
'success_regexp' => {
label => 'Success Regexp',
default => '',