add check capability
[Business-OnlinePayment-LinkPoint.git] / t2 / credit_card.t
index b70e9c0..0748c6a 100644 (file)
@@ -3,7 +3,7 @@ BEGIN { $| = 1; print "1..1\n"; }
 use Business::OnlinePayment;
 
 my $tx = new Business::OnlinePayment("LinkPoint",
-  'storename' => '1909100155',
+  'storename' => '1909922411',
   'keyfile'   => './test.pem',
 );
 
@@ -21,7 +21,7 @@ $tx->content(
     country        => 'US',
     email          => 'ivan-linkpoint@420.am',
     card_number    => '4007000000027',
-    expiration     => '12/2005',
+    expiration     => '12/2008',
 );
 
 $tx->test_transaction(1);