diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-07-23 18:40:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-23 18:40:04 -0700 |
commit | 0e04297ed42836f89ad7fa66145c95717a9551fe (patch) | |
tree | 3da925815379b60d7337930a938c5424d4d8d3b9 | |
parent | bcb1b4c8c8906c10b753f7e42799c23c87e8e4c0 (diff) | |
parent | 29eb98c8094f623b3b9ba6e1b0333a0fe4e98015 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment-FirstDataGlobalGateway
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/Business/OnlinePayment/FirstDataGlobalGateway.pm | 2 |
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"; |