From: Ivan Kohler Date: Tue, 9 Aug 2016 12:30:57 +0000 (-0700) Subject: fix expired card X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-CardFortress.git;a=commitdiff_plain;h=HEAD fix expired card --- diff --git a/t/transaction.t b/t/transaction.t index 7a60c0f..0949ad6 100644 --- a/t/transaction.t +++ b/t/transaction.t @@ -32,7 +32,7 @@ $tx->content( state => 'UT', zip => '84058', card_number => '4007000000027', - expiration => '09/12', + expiration => '09/22', cvv2 => '1234', #optional (not stored) ); $tx->submit();