We need B:OP v3, thankyouverymuch.
[Business-OnlinePayment-Skipjack.git] / t / bad_card_mc.t
index 5f6fc81..25eaac8 100644 (file)
@@ -14,9 +14,13 @@ my $tx = new Business::OnlinePayment("Skipjack");
 #$Business::OnlinePayment::Skipjack::DEBUG = 1;
 #$Business::OnlinePayment::Skipjack::DEBUG = 1;
 
+my $login = $ENV{'sj_html_serial_number'} || '000843232776';
+my $password = $ENV{'sj_devel_serial_number'} || '100025931874';
+
 $tx->content(
     type           => 'VISA',
-    login          => '000944785470', # "HTML serial number"
+    login          => $login, # "HTML serial number"
+    password       => $password, # "Developer serial number"
     action         => 'Normal Authorization',
     description    => 'Business::OnlinePayment::Skipjack test',
     amount         => '32',