From: Ivan Kohler Date: Mon, 7 May 2012 16:35:37 +0000 (-0700) Subject: fix test X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=commitdiff_plain;h=9a8353f9bce55c9587285ec6d1d0a7a882dc0287 fix test --- diff --git a/t/card.t b/t/card.t index dc1d38d..5a227ae 100644 --- a/t/card.t +++ b/t/card.t @@ -97,7 +97,7 @@ my $voidable_amount = 0; $tx->submit; if ($tx->is_success) { - my $void_tx = Business::OnlinePayment->new("IPPay", @opts); + my $void_tx = Business::OnlinePayment->new("IPPay", %opt ); $tx->content(%content, action => 'reverse authorization', order_number => $tx->order_number );