Remove an empty sub stub.

This commit is contained in:
Colin Kuskie 2009-04-02 17:05:32 +00:00
parent 71f48efdc3
commit d75bf1e4c4

View file

@ -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.