Fix POD capitalization.
This commit is contained in:
parent
721a8ced26
commit
2e2e436d1f
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ use base qw{ WebGUI::Shop::PayDriver };
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 canCheckOutCart ( )
|
||||
=head2 canCheckoutCart ( )
|
||||
|
||||
Returns whether the cart can be checked out by this plugin.
|
||||
|
||||
|
|
@ -332,7 +332,7 @@ sub www_getCredentials {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 checkPostBackSHA ( )
|
||||
=head2 checkPostbackSHA ( )
|
||||
|
||||
Processes the postback data Ogone sends after a payment/cancelation. Figures out which transaction the data belongs
|
||||
to and checks whether the data isn't tampered with by comparing SHA hashes.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ These methods are available from this class:
|
|||
|
||||
=cut
|
||||
|
||||
=head2 getPayPaySandboxUrl
|
||||
=head2 getPayPalSandboxUrl
|
||||
|
||||
Returns the URL for the PayPal sandbox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue