remove www_selectPaymentGateway, and www_checkout which are now dead code

This commit is contained in:
Colin Kuskie 2010-04-29 14:57:27 -07:00
parent 674b299069
commit 6fe302774c
2 changed files with 0 additions and 82 deletions

View file

@ -784,24 +784,6 @@ sub updateFromForm {
$self->update( $cartProperties );
}
#-------------------------------------------------------------------
#
#=head2 www_checkout ( )
#
#Update the cart and then redirect the user to the payment gateway screen.
#
#=cut
#
#sub www_checkout {
# my $self = shift;
# $self->updateFromForm;
# if ($error{id $self} ne "") {
# return $self->www_view;
# }
# $self->session->http->setRedirect($self->session->url->page('shop=pay;method=selectPaymentGateway'));
# return undef;
#}
#
#-------------------------------------------------------------------
=head2 www_continueShopping ( )