3.00_07 BUSINESS_ONLINEPAYMENT_3_00_07
authorivan <ivan>
Fri, 23 Mar 2007 22:26:12 +0000 (22:26 +0000)
committerivan <ivan>
Fri, 23 Mar 2007 22:26:12 +0000 (22:26 +0000)
Changes
OnlinePayment.pm
OnlinePayment/HTTPS.pm

diff --git a/Changes b/Changes
index 5f720c1..fa7dd9e 100644 (file)
--- 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
index c8f929d..9b251c8 100644 (file)
@@ -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()
index 3154297..5520e9c 100644 (file)
@@ -6,7 +6,7 @@ use URI::Escape;
 use Tie::IxHash;
 use base qw(Business::OnlinePayment);
 
-$VERSION = '0.05';
+$VERSION = '0.06';
 $DEBUG   = 0;
 
 BEGIN {