X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=lib%2FBusiness%2FOnlinePayment%2FFirstDataGlobalGateway.pm;h=e9b0659fbddfb3d35844048287e9dc5b498b1df1;hb=refs%2Fheads%2Fmaster;hp=ca693e91453763a778a052b077fff0951a0da93a;hpb=0e04297ed42836f89ad7fa66145c95717a9551fe;p=Business-OnlinePayment-FirstDataGlobalGateway.git diff --git a/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm b/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm index ca693e9..e9b0659 100644 --- a/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm +++ b/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm @@ -8,7 +8,7 @@ use Business::CreditCard; use SOAP::Lite; #+trace => 'all'; #SOAP::Lite->import(+trace=>'debug'); -our $VERSION = '0.02'; +our $VERSION = '0.03'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number our @alpha = ( 'a'..'z', 'A'..'Z', '0'..'9' ); @@ -198,6 +198,7 @@ sub submit { #CustomerIDType CustomerID my $wsdl = "$proxy/wsdl"; + $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my $client = SOAP::Lite->service($wsdl)->proxy($proxy)->readable(1); my $action_prefix = 'http://secure2.e-xact.com/vplug-in/transaction/rpc-enc'; my $type_prefix = $action_prefix . '/encodedTypes';