fixed: choosing ITransact driver during checkout causes error
This commit is contained in:
parent
fbc6e55141
commit
10afef1abe
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue