summaryrefslogtreecommitdiff
path: root/t/card.t
diff options
context:
space:
mode:
Diffstat (limited to 't/card.t')
-rw-r--r--t/card.t2
1 files changed, 1 insertions, 1 deletions
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 );