No more getButton method in the PayDriver, it's now a dropdown in the cart.

This commit is contained in:
Colin Kuskie 2010-04-27 17:31:11 -07:00
parent e0a9f34b53
commit 1ef4aa8ef0
2 changed files with 0 additions and 33 deletions

View file

@ -338,18 +338,6 @@ sub getAddress {
#-------------------------------------------------------------------
=head2 getButton ( )
Returns the form that will take the user to check out.
=cut
sub getButton {
my $self = shift;
}
#-------------------------------------------------------------------
=head2 getCart ( )
Returns the WebGUI::Shop::Cart object for the current session.