B:OP:HTTPS: set response_page, response_code, response_headers
[Business-OnlinePayment.git] / OnlinePayment.pm
index f91ef1e..2dc51db 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
-$VERSION = '3.00_06';
+$VERSION = '3.00_08';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()
@@ -44,7 +44,7 @@ sub new {
     $self->build_subs(keys %fields);
 
     if($self->can("set_defaults")) {
-        $self->set_defaults();
+        $self->set_defaults(%data);
     }
 
     foreach(keys %data) {
@@ -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