
interchange-cvs at icdevgroup
Jun 24, 2009, 4:09 PM
Post #1 of 1
(357 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. 3961cdca49595614dd51da0bf32d969a648d4a8f
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 3961cdca49595614dd51da0bf32d969a648d4a8f (commit) from 837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3961cdca49595614dd51da0bf32d969a648d4a8f Author: Peter Ajamian <peter [at] pajamian> Date: Wed Jun 24 15:49:00 2009 -0700 Fix pod Fix pod in BusinessOnlinePayment.pm. Thanks to Rene Hertell for pointing out the problem and Gert van der Spoel for providing the fix. ----------------------------------------------------------------------- Summary of changes and diff: lib/Vend/Payment/BusinessOnlinePayment.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Vend/Payment/BusinessOnlinePayment.pm b/lib/Vend/Payment/BusinessOnlinePayment.pm index 3e92b37..fa27f00 100644 --- a/lib/Vend/Payment/BusinessOnlinePayment.pm +++ b/lib/Vend/Payment/BusinessOnlinePayment.pm @@ -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" @@ -330,7 +330,7 @@ C<our_param>. } -=head Extra result params +=head1 Extra result params =item extra_result_params "transid=weird.module.name" hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|