diff options
author | ivan <ivan> | 2003-03-28 23:07:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-28 23:07:57 +0000 |
commit | c3d61699f736323690d46e273795d1c387c6e594 (patch) | |
tree | d0d34b18ab95ab3d5feedd689f74180b0d5756b5 | |
parent | 5de756ba069ae62315de0968f1149f3b657b879d (diff) |
future expiration dates
-rw-r--r-- | t2/bad_auth.t | 2 | ||||
-rw-r--r-- | t2/credit_card.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t2/bad_auth.t b/t2/bad_auth.t index 7752df9..153f90c 100644 --- a/t2/bad_auth.t +++ b/t2/bad_auth.t @@ -23,7 +23,7 @@ $tx->content( country => 'US', email => 'ivan-linkpoint@420.am', card_number => '4007000000027', - expiration => '12/2002', + expiration => '12/2005', result => 'DECLINE', ); diff --git a/t2/credit_card.t b/t2/credit_card.t index b711222..0dcbfc5 100644 --- a/t2/credit_card.t +++ b/t2/credit_card.t @@ -23,7 +23,7 @@ $tx->content( country => 'US', email => 'ivan-linkpoint@420.am', card_number => '4007000000027', - expiration => '12/2002', + expiration => '12/2005', ); $tx->test_transaction(1); |