remove www_selectPaymentGateway, and www_checkout which are now dead code
This commit is contained in:
parent
674b299069
commit
6fe302774c
2 changed files with 0 additions and 82 deletions
|
|
@ -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 ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue