wrong var
This commit is contained in:
parent
665f39319f
commit
34cff11181
1 changed files with 1 additions and 1 deletions
|
|
@ -1406,7 +1406,7 @@ sub www_checkout {
|
|||
#-------------------------------------------------------------------
|
||||
sub www_emptyCart {
|
||||
my $self = shift;
|
||||
my $shoppingCart = WebGUI::Commerce::ShoppingCart->new($session);
|
||||
my $shoppingCart = WebGUI::Commerce::ShoppingCart->new($self->session);
|
||||
$shoppingCart->empty;
|
||||
return $self->www_view();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue