diff options
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService.pm | 29 |
1 files changed, 20 insertions, 9 deletions
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<error>, 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<FS::part_svc>) =item pkgnum -Customer package (cust_pkg) +Customer package (see L<FS::cust_pkg>) =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<signup_info> and B<new_customer> functions with their active session, and the B<customer_info> and B<order_pkg> functions with their active session and an additional I<custnum> 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 |