Help for this page

Select Code to Download


  1. or download this
    sub server {
        my $self = shift;
        ...
    }
    
  2. or download this
    my $payer = Business::OnlinePayment->new();
    set_defaults($payer);
    
  3. or download this
    sub Business::OnlinePayment::set_defaults {
      ... your code here ...
    }
    
  4. or download this
    my $payer = Business::OnlinePayment->new();
    $payer->set_defaults();