Navigation Menu

Skip to content

Commit

Permalink
Fix pod
Browse files Browse the repository at this point in the history
Fix pod in BusinessOnlinePayment.pm.  Thanks to Rene Hertell for pointing out
the problem and Gert van der Spoel for providing the fix.
  • Loading branch information
pajamian committed Jun 24, 2009
1 parent 837be04 commit 3961cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Vend/Payment/BusinessOnlinePayment.pm
Expand Up @@ -276,7 +276,7 @@ sub onlinepayment {
'phone' => $actual->{phone_day},
);

=head Extra query params
=head1 Extra query params
=item extra_query_params "customer_id their_param=our_param"
Expand Down Expand Up @@ -330,7 +330,7 @@ C<our_param>.

}

=head Extra result params
=head1 Extra result params
=item extra_result_params "transid=weird.module.name"
Expand Down

0 comments on commit 3961cdc

Please sign in to comment.