diff options
Diffstat (limited to 't2/bad_auth.t')
-rw-r--r-- | t2/bad_auth.t | 4 |
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', ); |