From: ivan Date: Sat, 7 Feb 2009 02:02:48 +0000 (+0000) Subject: fixup self-service POD, RT#4727 X-Git-Tag: freeside_1_7_4rc1~107 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d60705788dfccebe8829e0b6966dd7827d12bf41;p=freeside.git fixup self-service POD, RT#4727 --- diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index 7c8ec0d12..710e22d27 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -530,7 +530,7 @@ Prevents multiple charges. =back Returns a hash reference with a single key, B, empty on success, or an -error message on errors +error message on errors. =item process_payment_order_pkg @@ -565,6 +565,10 @@ Returns a hash reference containing customer package information. The hash refe Customer number +=item error + +Empty on success, or an error message on errors. + =item cust_pkg HASHREF Array reference of hash references, each of which has the fields of a cust_pkg @@ -621,11 +625,11 @@ Primary key for this service =item svcpart -Service definition (part_pkg) +Service definition (see L) =item pkgnum -Customer package (cust_pkg) +Customer package (see L) =item overlimit @@ -635,12 +639,6 @@ Blank if the service is not over limit, or the date the service exceeded its usa =back -=item error - -Empty on success, or an error message on errors. - -=back - =item list_svcs Returns service information for this customer. @@ -679,6 +677,8 @@ mail alias). Account (svc_acct) services also have the following keys: +=over 4 + =item username Username @@ -725,6 +725,8 @@ Number of total bytes gained by recharge =back +=back + =item order_pkg Orders a package for this customer. @@ -1526,14 +1528,23 @@ Note: Resellers can also use the B and B functions with their active session, and the B and B functions with their active session and an additional I parameter. +For the most part, development of the reseller web interface has been +superceded by agent-virtualized access to the backend. + =over 4 =item agent_login +Agent login + =item agent_info +Agent info + =item agent_list_customers +List agent's customers. + =back =head1 BUGS