Must have accidently deleted a semicolon

This commit is contained in:
Kaleb Murphy 2008-09-10 20:00:29 +00:00
parent 050c24cd15
commit ecdf976f45

View file

@ -748,7 +748,7 @@ sub www_processRecurringTransactionPostback {
my $baseTransaction = eval{WebGUI::Shop::Transaction->newByGatewayId( $session, $originatingXid, $self->getId )};
#make sure the same user is used in this transaction as the last {mostly needed for reoccurring transactions
$self->session->user({userId=>$baseTransaction->get('userId')})
$self->session->user({userId=>$baseTransaction->get('userId')});
#---- Check the validity of the request -------
# First check whether the original transaction actualy exists