X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=blobdiff_plain;f=t%2Fcrypt_credit_card_mc.t;h=aa2473ccbf9a076c3eaec1a6ed5b3f12b51b1b43;hp=fca30abe0679026c75c66f7c2de5e935c81bffb0;hb=5aedd8b05907cc42933165dae3d0ff5917043a8a;hpb=9751024873641a07657bec7f11597ae18cf63207;ds=sidebyside diff --git a/t/crypt_credit_card_mc.t b/t/crypt_credit_card_mc.t index fca30ab..aa2473c 100644 --- a/t/crypt_credit_card_mc.t +++ b/t/crypt_credit_card_mc.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 => '000944785470', # "HTML serial number" + login => $login, # "HTML serial number" + password => $password, # "Developer serial number" action => 'Normal Authorization', description => 'Business::OnlinePayment::Skipjack test', amount => '32',