merge to 10219
This commit is contained in:
parent
ae28bf79c8
commit
4c1307e3d0
194 changed files with 8203 additions and 2134 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