X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=blobdiff_plain;f=t%2Fcrypt_bad_card_visa.t;h=15ea2083f2135bc5ffc3f839f5e898f196ef792d;hp=b618670232fccb36a8e5dadd3cd6a1bddb865620;hb=5aedd8b05907cc42933165dae3d0ff5917043a8a;hpb=fc86c68c3af2bc3e5fcf870f3fc026e0b6069f93 diff --git a/t/crypt_bad_card_visa.t b/t/crypt_bad_card_visa.t index b618670..15ea208 100644 --- a/t/crypt_bad_card_visa.t +++ b/t/crypt_bad_card_visa.t @@ -18,9 +18,13 @@ my $tx = new Business::OnlinePayment("Skipjack"); #$Business::OnlinePayment::Skipjack::DEBUG = 1; #$Business::OnlinePayment::Skipjack::DEBUG = 1; +my $login = $ENV{'sj_html_serial_number'} || '000944785470'; +my $password = $ENV{'sj_devel_serial_number'} || '100594217288'; + $tx->content( type => 'VISA', - login => '000368452762', # "HTML serial number" + login => $login, # "HTML serial number" + password => $password, # "Developer serial number" action => 'Normal Authorization', description => 'Business::OnlinePayment::Skipjack test', amount => '32',