Fix POD typos and add POD to get to 100% POD coverage.
This commit is contained in:
parent
a3a073296c
commit
04217e67e0
5 changed files with 43 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue