X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fcheck.t;h=29344f6decd7841072c9124d7ebe91b6818ee8fa;hb=1b869470cbe552a25ac715cd29c6412888677771;hp=a22b727b9a69d764fb0d7c7927b2025fec047cb7;hpb=ec3d093a5bb37e6ac2c50c6b35ac4d2641b58264;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/t/check.t b/t/check.t index a22b727..29344f6 100644 --- a/t/check.t +++ b/t/check.t @@ -1,6 +1,6 @@ BEGIN { $| = 1; print "1..1\n"; } -print "ok 1 # Skipped: testdrive account won't accept ACH transactions\n"; exit; +print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit; use Business::OnlinePayment; @@ -8,8 +8,8 @@ use Business::OnlinePayment; my $ctx = new Business::OnlinePayment("AuthorizeNet"); $ctx->content( type => 'CHECK', - login => 'testdrive', - password => 'testdrive', + login => 'testing', + password => 'testing', action => 'Normal Authorization', amount => '49.95', invoice_number => '100100',