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.