Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment-FirstDataG...
authorIvan Kohler <ivan@freeside.biz>
Mon, 24 Jul 2017 01:40:04 +0000 (18:40 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 24 Jul 2017 01:40:04 +0000 (18:40 -0700)
debian/changelog
lib/Business/OnlinePayment/FirstDataGlobalGateway.pm

index 9433bad..d037678 100644 (file)
@@ -1,3 +1,9 @@
+libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-3) unstable; urgency=medium
+
+  * Update service URL. 
+
+ -- Mark Wells <mark@freeside.biz>  Wed, 12 Aug 2015 11:51:54 -0700
+
 libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-1) unstable; urgency=low
 
   * Initial Release.
index 415233e..ca693e9 100644 (file)
@@ -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";