From 46ef05c89fadbf9e3e5c8ce5df806a97fdd565bb Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 10 Oct 2007 18:08:03 +0000 Subject: 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 --- scripts/payment.pl | 29 +++++++++++++++++++++++------ 1 file 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; -- cgit v1.2.3