summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-03-20 17:32:26 -0700
committerIvan Kohler <ivan@freeside.biz>2018-03-20 17:32:26 -0700
commit56d9d1f1ae498ec57ff03e4128447c362b997690 (patch)
tree64bacd01ff3071777a3a2c016a0623f92330841d /Changes
parent0e04297ed42836f89ad7fa66145c95717a9551fe (diff)
Explicity turn off SSL hostname verification - appears not to be working on older systems since switch to cloudflare CDNHEADmaster
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 62b68ef..25186cb 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl module Business::OnlinePayment::FirstDataGlobalGateway
+0.03 unreleased
+ - Explicity turn off SSL hostname verification - appears not to be
+ working on older systems since switch to cloudflare CDN
+
0.02 unreleased
- Declare dep on Business::CreditCard, closes: rt.cpan.org #110172