X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fbad_card_mc.t;h=25eaac83dde7b30313b4547c157e86913c38f2ac;hb=5c59f720b68d1f01f953b5e1e836b034ce13b5a2;hp=5f6fc813ce7cd8c9a5f443f927d2fb1cca135eca;hpb=9751024873641a07657bec7f11597ae18cf63207;p=Business-OnlinePayment-Skipjack.git diff --git a/t/bad_card_mc.t b/t/bad_card_mc.t index 5f6fc81..25eaac8 100644 --- a/t/bad_card_mc.t +++ b/t/bad_card_mc.t @@ -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',