diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 09:35:37 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 09:35:37 -0700 |
commit | 9a8353f9bce55c9587285ec6d1d0a7a882dc0287 (patch) | |
tree | 8b105933c8d82b5f99127d64eaaeaa836a881ee6 /t | |
parent | 8446e3d316a469f22403f8767e48aac04c8ab79a (diff) |
fix test
Diffstat (limited to 't')
-rw-r--r-- | t/card.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |