Fixed a bug that prevented updating the cart
This commit is contained in:
parent
5f6a5d2df8
commit
0100ab0112
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ sub updateFromForm {
|
|||
}
|
||||
}
|
||||
|
||||
my $cartProperties;
|
||||
my $cartProperties = {};
|
||||
$cartProperties->{ shipperId } = $form->process( 'shipperId' ) if $form->process( 'shipperId' );
|
||||
$self->update( $cartProperties );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue