Help for this page

Select Code to Download


  1. or download this
    use Business::OnlinePayment;
    
    ...
    else {
        print STDERR "Card was rejected: ".$tx->error_message()."\n";
    }