From 2ab9773025f684a3c6f8c30909ff150f0cecf966 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 16 May 2011 15:39:14 -0700 Subject: [PATCH] Remove variables that were not being used. --- lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm b/lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm index 4826fe4fb..7724efce0 100644 --- a/lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm +++ b/lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm @@ -190,7 +190,6 @@ PayPal API spit back. sub processPayment { my ( $self, $transaction ) = @_; - my ( $isSuccess, $gatewayCode, $status, $message ); my $form = $self->payPalForm( METHOD => 'DoExpressCheckoutPayment',