Remove variables that were not being used.

This commit is contained in:
Colin Kuskie 2011-05-16 15:39:14 -07:00
parent 4af2c8424f
commit 2ab9773025

View file

@ -190,7 +190,6 @@ PayPal API spit back.
sub processPayment {
my ( $self, $transaction ) = @_;
my ( $isSuccess, $gatewayCode, $status, $message );
my $form = $self->payPalForm(
METHOD => 'DoExpressCheckoutPayment',