summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--lib/Business/OnlinePayment/FirstDataGlobalGateway.pm2
2 files changed, 7 insertions, 1 deletions
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 <mark@freeside.biz> 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";