diff options
author | ivan <ivan> | 2002-03-13 16:11:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-13 16:11:55 +0000 |
commit | 1b869470cbe552a25ac715cd29c6412888677771 (patch) | |
tree | 20f4731383b4fcebd72623a7934c6799fad4ddb2 /t/check.t | |
parent | ec3d093a5bb37e6ac2c50c6b35ac4d2641b58264 (diff) |
working post auth support
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |