Release v1.0
[Business-OnlinePayment-Bambora.git] / lib / Business / OnlinePayment / Bambora.pm
index 8e8a322..183a7c5 100755 (executable)
@@ -223,12 +223,14 @@ use Data::Dumper;
     $Data::Dumper::Indent   = 1;
 use LWP::UserAgent;
 use MIME::Base64;
+use Net::HTTPS;
+    $Net::HTTPS::SSL_SOCKET_CLASS = 'Net::SSL'; # Crypt::SSLeay
 use Time::HiRes;
 use Unicode::Truncate qw( truncate_egc );
 use URI::Escape;
 
 use vars qw/ $VERSION $DEBUG /;
-$VERSION = '0.1';
+$VERSION = '1.0';
 $DEBUG   = 0;
 
 # =head1 INTERNAL METHODS