X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=t%2Fcard.t;fp=t%2Fcard.t;h=8564fcbb6243e227f44b6b66169a02ebba90a216;hp=9c021d672500bc53ba30cef4dc364e5bc8e90952;hb=78b10b1d7023ce09eee44ac346bfc2ae67b4e630;hpb=11ecf4593601fbde490e2dd752d3c0d7111083e7 diff --git a/t/card.t b/t/card.t index 9c021d6..8564fcb 100644 --- a/t/card.t +++ b/t/card.t @@ -90,7 +90,11 @@ my $voidable_amount = 0; } # authorization void test -{ +SKIP: { + #XXX void is returning "The transaction type is not a valid transaction type." + # with current IPPay. did something change about the API, is this broken? + skip 'Reverse Authorization not currently working (against test account?)', 7; + my $tx = Business::OnlinePayment->new("IPPay", %opt); $tx->content(%content, action => 'authorization only', amount => '3.00' ); $tx->test_transaction(1);