fixed: choosing ITransact driver during checkout causes error

This commit is contained in:
Doug Bell 2008-08-21 20:40:37 +00:00
parent fbc6e55141
commit 10afef1abe
2 changed files with 2 additions and 1 deletions

View file

@ -614,7 +614,7 @@ sub www_getCredentials {
$addressData = eval{ $self->getAddress( $addressId )->get() } || {};
}
else {
$addressData = $self->getCart->getShippingAddress;
$addressData = $self->getCart->getShippingAddress->get;
}
my $output;