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',