summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-03-13 19:38:29 +0000
committerivan <ivan>2007-03-13 19:38:29 +0000
commit94c223777c56bc32ed5222ca5e8dd9576e7b1627 (patch)
tree5817cfba50c0704b0ef5639b9bd45eea022919fd
parent5c233a6249ad27ea91a20315966b84e08f9bf207 (diff)
-rw-r--r--Changes2
-rw-r--r--META.yml2
-rw-r--r--OnlinePayment.pm9
-rw-r--r--README1
4 files changed, 12 insertions, 2 deletions
diff --git a/Changes b/Changes
index e771004..5f720c1 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Business::OnlinePayment.
-3.00_06 unreleased
+3.00_06 Tue Mar 13 12:26:04 PDT 2007
- B:OP:HTTPS: add optional \%options (options hashref) to
https_get and https_post to allow modules using this to set
headers, etc. required for PayflowPro HTTP protocol support
diff --git a/META.yml b/META.yml
index 7e0edd2..ca35f02 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Business-OnlinePayment
-version: 3.00_01
+version: 3.00_06
version_from: OnlinePayment.pm
installdirs: site
requires:
diff --git a/OnlinePayment.pm b/OnlinePayment.pm
index c383ba9..c8f929d 100644
--- a/OnlinePayment.pm
+++ b/OnlinePayment.pm
@@ -375,6 +375,10 @@ Customer's fax number.
Customer's email address.
+=item * customer_ip
+
+IP Address from which the transaction originated.
+
=back
=head3 CREDIT CARD FIELDS
@@ -535,6 +539,11 @@ Jason Kohles, email@jasonkohles.com
Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
+=head1 MAILING LIST
+
+Please direct current development questions, patches, etc. to the mailing list:
+http://420.am/cgi-bin/mailman/listinfo/bop-devel/
+
=head1 DISCLAIMER
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
diff --git a/README b/README
index 80b59d3..7865e93 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
*****************************************************************************
* Copyright (c) 1999-2004 Jason Kohles. *
* Copyright (c) 2004 Ivan Kohler *
+* Copyright (c) 2007 Freeside Internet Services, Inc.
* All rights reserved. This program is free software; you can redistribute *
* it and/or modify it under the same terms as Perl itself. *
*****************************************************************************