File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/main/java/com/global/api/gateways Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 & Global Payments SDK</name >
99 <description >API for processing payments through Global Payments</description >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments