fix expired card
[Business-OnlinePayment-CardFortress.git] / t / transaction.t
index 7a60c0f..0949ad6 100644 (file)
@@ -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();