summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-10 18:08:03 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-10 18:08:03 +0000
commit46ef05c89fadbf9e3e5c8ce5df806a97fdd565bb (patch)
tree64c2768ecd89d167af2104d981f465182428b0fb /scripts
parent03f3758f6e1f7b613de1161b9cbe984edc02abfb (diff)
Adding POD to David Mora's payment module.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1737 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/payment.pl29
1 files changed, 23 insertions, 6 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl
index 466d49d0..f36b0b91 100644
--- a/scripts/payment.pl
+++ b/scripts/payment.pl
@@ -1,4 +1,22 @@
+=pod
+
+=head1 NAME
+
+LedgerSMB::Scripts::payment - LedgerSMB class defining the Controller functions for payment handling.
+
+=head1 SYNOPSIS
+
+Defines the controller functions and workflow logic for payment processing.
+
+=head1 COPYRIGHT
+
+Copyright (c) 2007, David Mora R and Christian Ceballos B.
+
+Licensed to the public under the terms of the GNU GPL version 2 or later.
+
+Original copyright notice below.
+
#=====================================================================
# PLAXIS
# Copyright (c) 2007
@@ -22,12 +40,11 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#======================================================================
-#
-# NEW PAYMENTS AND CHECK MODULE
-#
-#
-#======================================================================
+
+
+=head1 METHODS
+
+=cut
package LedgerSMB::Scripts::payment;