diff --git a/lib/WebGUI/Shop/PayDriver/Ogone.pm b/lib/WebGUI/Shop/PayDriver/Ogone.pm index 5927320b0..d348023c9 100644 --- a/lib/WebGUI/Shop/PayDriver/Ogone.pm +++ b/lib/WebGUI/Shop/PayDriver/Ogone.pm @@ -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. diff --git a/lib/WebGUI/Shop/PayDriver/PayPal.pm b/lib/WebGUI/Shop/PayDriver/PayPal.pm index 6d428b12a..57d1cd561 100644 --- a/lib/WebGUI/Shop/PayDriver/PayPal.pm +++ b/lib/WebGUI/Shop/PayDriver/PayPal.pm @@ -33,7 +33,7 @@ These methods are available from this class: =cut -=head2 getPayPaySandboxUrl +=head2 getPayPalSandboxUrl Returns the URL for the PayPal sandbox