X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OnlinePayment.pm;h=2dc51db2ef5788adbb73b09c9557e40cb681b2bb;hb=442ce3915cfcdb6586dddab405711004e82d663c;hp=f91ef1ef95d979570e9234906de5ca3d36fc373f;hpb=4a0fcddf3100ea7e72007bee2cf3b758f7f4a32f;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index f91ef1e..2dc51db 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -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 Ephil at perkpartners dot comE +=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