From d75bf1e4c4fd874f577539fd73755d1d5c8c218f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 2 Apr 2009 17:05:32 +0000 Subject: [PATCH] Remove an empty sub stub. --- lib/WebGUI/Shop/PayDriver/Cash.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/WebGUI/Shop/PayDriver/Cash.pm b/lib/WebGUI/Shop/PayDriver/Cash.pm index abc623b61..1de04b522 100644 --- a/lib/WebGUI/Shop/PayDriver/Cash.pm +++ b/lib/WebGUI/Shop/PayDriver/Cash.pm @@ -9,7 +9,7 @@ use base qw/WebGUI::Shop::PayDriver/; #------------------------------------------------------------------- -=head2 canCheckOutCart ( ) +=head2 canCheckoutCart ( ) Returns whether the cart can be checked out by this plugin. @@ -85,12 +85,6 @@ sub processPayment { #------------------------------------------------------------------- -sub www_displayStatus { - -} - -#------------------------------------------------------------------- - =head2 www_getCredentials ( [ addressId ] ) Displays the checkout form for this plugin.