summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/SelfService.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-11 20:25:03 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-11 20:25:03 -0800
commit9049947bceb63fd795aab13ee5a17b17f180a4aa (patch)
tree1bdac177c14ab33403ea1d99b5ea540ff8741e30 /fs_selfservice/FS-SelfService/SelfService.pm
parent425a87cceee1042973ef0b58755496eadb8caab1 (diff)
add quantity and location to self-service package order API, RT#33219
Diffstat (limited to 'fs_selfservice/FS-SelfService/SelfService.pm')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 8227e5789..adbf32f83 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -832,6 +832,25 @@ Session identifier
Package to order (see L<FS::part_pkg>).
+=item quantity
+
+Quantity for this package order (default 1).
+
+=item locationnum
+
+Optional locationnum for this package order, for existing locations.
+
+Or, for new locations, pass the following fields: address1*, address2, city*,
+county, state*, zip*, country. (* = required in this case)
+
+=item address1
+
+=item address 2
+
+=item city
+
+=item
+
=item svcpart
Service to order (see L<FS::part_svc>).