some POD fixes
This commit is contained in:
parent
f1759f5cd5
commit
0619ec3082
2 changed files with 22 additions and 4 deletions
|
|
@ -21,13 +21,13 @@ Package WebGUI::Shop::PayDriver
|
|||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package is the base class for all modules which implement a pyament driver.
|
||||
This package is the base class for all modules which implement a payment driver.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Shop::PayDriver;
|
||||
|
||||
my $tax = WebGUI::Shop::PayDriver->new($session);
|
||||
my $payDriver = WebGUI::Shop::PayDriver->new($session);
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue