Skip to content

Commit

Permalink
OctopusDeploy release: 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
securesubmit-buildmaster committed Feb 28, 2023
1 parent 2df081f commit 9269134
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Changelog

## Latest Version
#### Bug Fixes:
- TSYS/Merchantware: correction to service endpoints

## v6.1.4 (02/21/2023)
#### Enhancements:
- GP-API: Add account_id on all requests

Expand All @@ -14,7 +18,7 @@
## v6.1.3 (02/16/2023)
#### Enhancements:
- GP-API: Create open banking transactions
- GPI Transactions: Reporting tests refacto
- GPI Transactions: Reporting tests refactor

## v6.1.2 (02/13/2023)
#### Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion metadata.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<xml>
<releaseNumber>6.1.4</releaseNumber>
<releaseNumber>6.1.5</releaseNumber>
</xml>
2 changes: 1 addition & 1 deletion src/Entities/Enums/ServiceEndpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ServiceEndpoints extends Enum
const TABLE_SERVICE_PRODUCTION = "https://www.freshtxt.com/api31/";
const TABLE_SERVICE_TEST = "https://www.freshtxt.com/api31/";
const MERCHANTWARE_TEST = "https://ps1.merchantware.net/Merchantware/ws/";
const MERCHANTWARE_PRODUCTION = "";
const MERCHANTWARE_PRODUCTION = "https://ps1.merchantware.net/Merchantware/ws/";
const TRANSIT_TEST = "https://stagegw.transnox.com/servlets/TransNox_API_Server";
const TRANSIT_PRODUCTION = "https://gateway.transit-pass.com/servlets/TransNox_API_Server/";
const PROPAY_TEST = "https://xmltest.propay.com/API/PropayAPI.aspx";
Expand Down

0 comments on commit 9269134

Please sign in to comment.