stupid typo that i should kick myself in the nutz for
This commit is contained in:
parent
aab533623e
commit
7e6cfad2be
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ sub update {
|
|||
$properties{$id}{options} = JSON::to_json($newProperties->{options});
|
||||
}
|
||||
$properties{$id}{shippingAddressId} = $newProperties->{shippingAddressId} || $properties{$id}{shippingAddressId};
|
||||
$self->cart->session->db->setRow("cartItems","cartId",$properties{$id});
|
||||
$self->cart->session->db->setRow("cartItems","itemId",$properties{$id});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue