fix a typo in the ITransact driver, missing semicolon

This commit is contained in:
Colin Kuskie 2008-08-09 17:59:21 +00:00
parent abcf011916
commit 589272f2cd

View file

@ -709,7 +709,7 @@ sub www_getCredentials {
sub www_pay {
my $self = shift;
my $session = $self->session;
my $addressId = $session->form->process( 'addressId' )
my $addressId = $session->form->process( 'addressId' );
my $address = $addressId
? $self->getAddress( $addressId )
: $self->getCart->getShippingAddress