[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.26.2.8, 1.26.2.9
Ivan,,,
ivan at wavetail.420.am
Fri Feb 6 18:02:50 PST 2009
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail.420.am:/tmp/cvs-serv12095
Modified Files:
Tag: FREESIDE_1_7_BRANCH
SelfService.pm
Log Message:
fixup self-service POD, RT#4727
Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.26.2.8
retrieving revision 1.26.2.9
diff -u -d -r1.26.2.8 -r1.26.2.9
--- SelfService.pm 7 Feb 2009 01:45:44 -0000 1.26.2.8
+++ SelfService.pm 7 Feb 2009 02:02:48 -0000 1.26.2.9
@@ -530,7 +530,7 @@
=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 @@
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 @@
=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 @@
=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 @@
Account (svc_acct) services also have the following keys:
+=over 4
+
=item username
Username
@@ -725,6 +725,8 @@
=back
+=back
+
=item order_pkg
Orders a package for this customer.
@@ -1526,14 +1528,23 @@
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
More information about the freeside-commits
mailing list