diff options
Diffstat (limited to 't2/credit_card.t')
-rw-r--r-- | t2/credit_card.t | 2 |
1 files changed, 1 insertions, 1 deletions
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); |