summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-11 19:22:39 -0700
committerMark Wells <mark@freeside.biz>2015-08-11 19:38:13 -0700
commit3576d022a7b0d600bee67898788fa0a5ef7a294d (patch)
tree9ece12ae865c0376e153751ce8eb57eac84c33a6
parentdc086a34d5fe1ab4c3a5ccc766f034f25f66c96c (diff)
update URL
-rw-r--r--debian/changelog6
-rw-r--r--lib/Business/OnlinePayment/FirstDataGlobalGateway.pm8
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 9433bad..06932fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-2) UNRELEASED; urgency=medium
+
+ * Update service URL.
+
+ -- Mark Wells <mark@freeside.biz> Tue, 11 Aug 2015 19:33:48 -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 92984da..c01c21d 100644
--- a/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm
+++ b/lib/Business/OnlinePayment/FirstDataGlobalGateway.pm
@@ -173,13 +173,7 @@ sub submit {
}
my $base_uri;
- if ( $self->test_transaction ) {
- $base_uri =
- 'https://api.demo.globalgatewaye4.firstdata.com/transaction';
- } else {
- $base_uri =
- 'https://api.globalgatewaye4.firstdata.com/vplug-in/transaction';
- }
+ $base_uri = 'https://api.demo.globalgatewaye4.firstdata.com/transaction';
my $proxy = "$base_uri/v11";