Fix POD typos and add POD to get to 100% POD coverage.

This commit is contained in:
Colin Kuskie 2009-04-01 04:10:14 +00:00
parent a3a073296c
commit 04217e67e0
5 changed files with 43 additions and 4 deletions

View file

@ -226,6 +226,18 @@ Returns a reference to the current session.
=cut
#-------------------------------------------------------------------
=head2 www_addPaymentGateway ( $session )
Add a new payment gateway, based on the className form variable. It will throw
an error, WebGUI::Error::InvalidParram if no className is passed.
=head3 $session
A reference to the current session object.
=cut
sub www_addPaymentGateway {
my $self = shift;
my $session = $self->session;