From ecdf976f456aa1179bc92ea789ce213ff24c81f3 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Wed, 10 Sep 2008 20:00:29 +0000 Subject: [PATCH] Must have accidently deleted a semicolon --- lib/WebGUI/Shop/PayDriver/ITransact.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/PayDriver/ITransact.pm b/lib/WebGUI/Shop/PayDriver/ITransact.pm index 22ad97907..12aecda7a 100644 --- a/lib/WebGUI/Shop/PayDriver/ITransact.pm +++ b/lib/WebGUI/Shop/PayDriver/ITransact.pm @@ -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