summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
-rwxr-xr-xlib/Business/OnlinePayment/Bambora.pm2
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 61fd447..75b5625 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,6 +11,8 @@ WriteMakefile(
Data::Dumper 0
LWP::UserAgent 0
MIME::Base64 0
+ Net::HTTPS 6.10
+ Net::SSL
Time::HiRes 0
Unicode::Truncate 0
URI::Escape 0
diff --git a/lib/Business/OnlinePayment/Bambora.pm b/lib/Business/OnlinePayment/Bambora.pm
index 8e8a322..04749d4 100755
--- a/lib/Business/OnlinePayment/Bambora.pm
+++ b/lib/Business/OnlinePayment/Bambora.pm
@@ -223,6 +223,8 @@ 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;