Help for this page

Select Code to Download


  1. or download this
    package Unleashed::AuthorizeCard;
    
    ...
    
            return $realObj;
    }
    
  2. or download this
    [ proton ] :: perl -MUnleashed::AuthorizeCard -e '$foo = Unleashed::Au
    +thorizeCard->new();'
    
    unknown processor AuthorizeNet (syntax error at (eval 2) line 1, near 
    +"use Unleashed::AuthorizeCard="
    ) at -e line 1
    
  3. or download this
    
    sub new {
        my $obj = Business::OnlinePayment->new( "AuthorizeNet" );
    }