X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=blobdiff_plain;f=t%2Fcrypt_credit_card_visa.t;h=03dd3eb474cf720f769d2653b22e56b7b4cc9d20;hp=80fc5bb162a868ef820a8209d6dacef8dd351d63;hb=23bd40ef578f2156d79342cd2cffd8170c3dbccd;hpb=9751024873641a07657bec7f11597ae18cf63207 diff --git a/t/crypt_credit_card_visa.t b/t/crypt_credit_card_visa.t index 80fc5bb..03dd3eb 100644 --- a/t/crypt_credit_card_visa.t +++ b/t/crypt_credit_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'} || '000843232776'; +my $password = $ENV{'sj_devel_serial_number'} || '100025931874'; + $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',