summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/SelfService.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-02-12 13:30:03 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-02-12 13:30:03 -0600
commit9954eac1ec11d4bf1d6e7925895ce675fcdc6e22 (patch)
tree5d37c627aee36d0bd2c708abfe1463a24cc1ae81 /fs_selfservice/FS-SelfService/SelfService.pm
parent6e3c1b8915c39e82a9a1ac48acc5b0c360daadb7 (diff)
parent342e1472c53f4718b6600fe52be3068f2caba61a (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
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>).