From 2e2e436d1f42050bf6fe8270ce7cf458a33e8794 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 4 Jul 2009 19:28:45 +0000 Subject: [PATCH] Fix POD capitalization. --- lib/WebGUI/Shop/PayDriver/Ogone.pm | 4 ++-- lib/WebGUI/Shop/PayDriver/PayPal.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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