summaryrefslogtreecommitdiff
path: root/t2/bad_auth.t
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-05 22:59:27 +0000
committerjeff <jeff>2007-04-05 22:59:27 +0000
commit21773ec5acb73387a04255979ce6148534629f84 (patch)
treebc1a16b2960d259de258d2c0428bfeccee86ad0e /t2/bad_auth.t
parentd863745b80581d5e20756016200cda2aca357754 (diff)
add check capability
Diffstat (limited to 't2/bad_auth.t')
-rw-r--r--t2/bad_auth.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t2/bad_auth.t b/t2/bad_auth.t
index 2374eaf..689b0cc 100644
--- a/t2/bad_auth.t
+++ b/t2/bad_auth.t
@@ -3,7 +3,7 @@ BEGIN { $| = 1; print "1..1\n"; }
use Business::OnlinePayment;
my $tx = new Business::OnlinePayment("LinkPoint",
- 'storename' => '1909100155',
+ 'storename' => '1909922411',
'keyfile' => './test.pem',
);
@@ -21,7 +21,7 @@ $tx->content(
country => 'US',
email => 'ivan-linkpoint@420.am',
card_number => '4007000000027',
- expiration => '12/2005',
+ expiration => '12/2008',
result => 'DECLINE',
);