From: Ivan Kohler Date: Mon, 24 Jul 2017 01:40:04 +0000 (-0700) Subject: Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment-FirstDataG... X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-FirstDataGlobalGateway.git;a=commitdiff_plain;h=0e04297ed42836f89ad7fa66145c95717a9551fe;hp=bcb1b4c8c8906c10b753f7e42799c23c87e8e4c0 Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment-FirstDataGlobalGateway --- diff --git a/debian/changelog b/debian/changelog index 9433bad..d037678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-3) unstable; urgency=medium + + * Update service URL. + + -- Mark Wells Wed, 12 Aug 2015 11:51:54 -0700 + libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-1) unstable; urgency=low * Initial Release. diff --git a/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm b/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm index 415233e..ca693e9 100644 --- a/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm +++ b/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm @@ -178,7 +178,7 @@ sub submit { 'https://api.demo.globalgatewaye4.firstdata.com/transaction'; } else { $base_uri = - 'https://api.globalgatewaye4.firstdata.com/vplug-in/transaction'; + 'https://api.globalgatewaye4.firstdata.com/transaction'; } my $proxy = "$base_uri/v11";