mostly working transaction manager
fixed many bugs
This commit is contained in:
parent
6174d6995e
commit
ca9278190e
10 changed files with 211 additions and 89 deletions
|
|
@ -160,7 +160,6 @@ Returns the WebGUI::Shop::Address object that is attached to this item for shipp
|
|||
sub getShippingAddress {
|
||||
my $self = shift;
|
||||
my $addressId = $self->get("shippingAddressId") || $self->cart->get("shippingAddressId");
|
||||
$self->cart->session->errorHandler->warn("address id: ". $addressId);
|
||||
return $self->cart->getAddressBook->getAddress($addressId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue