Skip to content

Commit e4eba5e

Browse files
OctopusDeploy release: 14.2.19
1 parent 7f16543 commit e4eba5e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
2-
## Latest Version - V14.2.18 (05/15/2025)
2+
3+
## Latest Version - V14.2.19 (05/20/2025)
4+
### Bug Fixes
5+
- [NTS] - Reverted code to add back the EMV data into Retransmit transactions(Issue -10356).
6+
7+
## V14.2.18 (05/15/2025)
38
### Bug Fixes
49
-[VAPS] - Added a fix to set the original sequenceNumber into a non Original transaction through TransactionReference object for Debit transaction.
510
-[VAPS] - Updated VisaFleet2.0 condition to add 8 Non Fuel products.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.heartlandpaymentsystems</groupId>
55
<artifactId>globalpayments-sdk</artifactId>
6-
<version>14.2.18</version>
6+
<version>14.2.19</version>
77
<packaging>jar</packaging>
88
<name>Heartland &amp; Global Payments SDK</name>
99
<description>API for processing payments through Global Payments</description>

src/main/java/com/global/api/gateways/NtsConnector.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,6 @@ private static MessageWriter prepareNtsDataCollectRequest(NtsObjectParam ntsObje
11491149

11501150
if (!StringUtils.isNullOrEmpty(userData)) {
11511151
if (userData.length() != 99) {
1152-
if (builder.getTagData() != null && builder.getTransactionType().equals(TransactionType.DataCollect) && cardType.equals(NTSCardTypes.WexFleet)){
1153-
userData = StringUtils.trimEnd(userData,String.valueOf(builder.getTagData().length()).concat(builder.getTagData()));
1154-
}
11551152
// Extended user data flag
11561153
request.addRange("E", 1);
11571154
// User data length

0 commit comments

Comments
 (0)