update URL
authorMark Wells <mark@freeside.biz>
Wed, 12 Aug 2015 02:22:39 +0000 (19:22 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 12 Aug 2015 02:38:13 +0000 (19:38 -0700)
debian/changelog
lib/Business/OnlinePayment/FirstDataGlobalGateway.pm

index 9433bad..06932fe 100644 (file)
@@ -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.
 libbusiness-onlinepayment-firstdataglobalgateway-perl (0.01-1) unstable; urgency=low
 
   * Initial Release.
index 92984da..c01c21d 100644 (file)
@@ -173,13 +173,7 @@ sub submit {
   }
 
   my $base_uri;
   }
 
   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";
 
 
   my $proxy = "$base_uri/v11";