- fix HTTPS requires to match code BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_06
authorplobbes <plobbes>
Sat, 18 Oct 2008 18:25:26 +0000 (18:25 +0000)
committerplobbes <plobbes>
Sat, 18 Oct 2008 18:25:26 +0000 (18:25 +0000)
Makefile.PL

index 5c4c816..002bcd7 100644 (file)
@@ -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,
     },