From 24db3b6e76735e5786faf5b67095e1bf5f7da95c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 9 Aug 2016 05:30:57 -0700 Subject: [PATCH] fix expired card --- t/transaction.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0