Remove an empty sub stub.
This commit is contained in:
parent
71f48efdc3
commit
d75bf1e4c4
1 changed files with 1 additions and 7 deletions
|
|
@ -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.
|
Returns whether the cart can be checked out by this plugin.
|
||||||
|
|
||||||
|
|
@ -85,12 +85,6 @@ sub processPayment {
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
sub www_displayStatus {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
|
||||||
|
|
||||||
=head2 www_getCredentials ( [ addressId ] )
|
=head2 www_getCredentials ( [ addressId ] )
|
||||||
|
|
||||||
Displays the checkout form for this plugin.
|
Displays the checkout form for this plugin.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue