summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplobbes <plobbes>2008-10-18 18:25:26 +0000
committerplobbes <plobbes>2008-10-18 18:25:26 +0000
commit961018f69f4e41539aea86d79c82a93f77871ad9 (patch)
treea953fb445550d8ca645029bdfe6601b6bac2ee35
parent0ec5d694d6febcd7fd7cb2da030667266e599ac9 (diff)
- fix HTTPS requires to match codeBUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_06
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5c4c816..002bcd7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
VERSION_FROM => 'PayflowPro.pm',
PREREQ_PM => {
Business::OnlinePayment => '3',
- Business::OnlinePayment::HTTPS => '0.05',
+ Business::OnlinePayment::HTTPS => '0.06',
CGI => 0,
Digest::MD5 => 0,
},