diff options
author | ivan <ivan> | 2002-04-16 21:56:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-16 21:56:01 +0000 |
commit | b80246e68a219a7812eef1150b66b2a9ecae2c1d (patch) | |
tree | 43cef1d86a2df2cd803229e1ffd865ccd325457e /t/capture.t | |
parent | 0bd6a54bc9421a08e089875beffd6087431b611e (diff) |
enable capture.t
Diffstat (limited to 't/capture.t')
-rw-r--r-- | t/capture.t | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/t/capture.t b/t/capture.t index c00ece1..1a667af 100644 --- a/t/capture.t +++ b/t/capture.t @@ -1,8 +1,9 @@ BEGIN { $| = 1; print "1..2\n"; } -print "ok 1 # Skipped: need a valid Authorize.Net login/password to test\n"; -print "ok 2 # Skipped: need a valid Authorize.Net login/password to test\n"; -exit; +#testing/testing is valid and seems to work... +#print "ok 1 # Skipped: need a valid Authorize.Net login/password to test\n"; +#print "ok 2 # Skipped: need a valid Authorize.Net login/password to test\n"; +#exit; use Business::OnlinePayment; |