From: ivan Date: Fri, 23 Mar 2007 22:26:12 +0000 (+0000) Subject: 3.00_07 X-Git-Tag: BUSINESS_ONLINEPAYMENT_3_00_07 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=8936a751b7a38eedbe5044acd83a78614d82c632 3.00_07 --- diff --git a/Changes b/Changes index 5f720c1..fa7dd9e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment. +3.00_07 Fri Mar 23 14:54:57 PDT 2007 + - B:OP:HTTPS request headers now work with Crypt::SSLeay too. + 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 diff --git a/OnlinePayment.pm b/OnlinePayment.pm index c8f929d..9b251c8 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.00_06'; +$VERSION = '3.00_07'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() diff --git a/OnlinePayment/HTTPS.pm b/OnlinePayment/HTTPS.pm index 3154297..5520e9c 100644 --- a/OnlinePayment/HTTPS.pm +++ b/OnlinePayment/HTTPS.pm @@ -6,7 +6,7 @@ use URI::Escape; use Tie::IxHash; use base qw(Business::OnlinePayment); -$VERSION = '0.05'; +$VERSION = '0.06'; $DEBUG = 0; BEGIN {