Skip Navigation

Digital Connect Check-In 22.09 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
22.09 Version 22 Sep 2022

Piotr Gorski

Software updated

Features

Digital Connect Check-In introduces new features and enhancements in the following areas:

  • Add Configuration for Check-In Sequence Number Length
  • Known Traveler Document & Redress Parsers Improvement
  • Provide SourceID in All Payment Types
  • Support Apple Pay FOP
  • In Passenger Details Response Return only Checked-in Active Bags

Defects

The following Digital Connect Check-In defects have been fixed for this release.

  • Internal Error when DOB is in Wrong Format

The following sections explain more details about the new items.

Add Configuration for Check-In Sequence Number Length

Digital Connect Check-In has a new configuration that helps to determine the length of the Check-in Sequence Number.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type

s4ci.feature.boardingPass.checkInSequenceNumberLength

Determines the length of the checkInSequenceNumber. 

When the configuration value is null, the check-in sequence number retrieved from the downline is passed without any changes or padded with a leading 0, if the number of digits is less than three (previously existing behavior)

  • Example1: 1 is returned as 001
  • Example2: 00001 is returned as 00001

When a number is configured with X (non-null) value, then the check-in sequence number retrieved from the downline is padded with a leading 0 or trimmed from the right, to have the configured length X

  • Example1: X=4, 1 is returned as 0001
  • Example2: X=3, 00001 is returned as 001

   

Null Integer


Known Traveler Document & Redress Parsers Improvement 

Digital Connect Check-In supports a wider range of characters in Known Traveler Number and Redress documents, to ensure these documents are returned in passenger details service.  

Prerequisites

None

Limitations

None

Configuration

None


Provide SourceID in All Payment Types

Digital Connect Check-In provides SourceID as a transaction identifier for all the payment types.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type

se.adapter.s4ci.configuration.paymentConfiguration.sourceIdentifier 

Configuration used in payment authorization; indicates which system is performing payment.

For instance, for check-in purposes it will typically be DCCI.

Default is [DCCI]

DCCI String

Support Apple Pay FOP

Digital Connect Check-In now supports Apple Pay form of payment..

Prerequisites

None

Limitations

None

Configuration

None


In Passenger Details Response Return only Checked-in Active Bags

Digital Connect Check-In provides the information about checked-in baggage in passenger details. In some cases, though the information is not returned correctly. 
Digital Connect Check-In will improve the current behavior to return all active bags only, checked-in on the active segments and will not return inactive bags checked-in only on the segments in status post-departure and flown. 

Prerequisites

None

Limitations

None

Configuration

None


Internal Error when DOB is in Wrong Format

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC- 2518

Description:

Digital Connect Check-In returned an Internal Error in /dcci/passenger/details service, while retrieving the reservation data, when SSCI returned the infant's date of birth with a missing information.
Digital Connect Check-In returned an Internal Error in /dcci/passenger/details service while retrieving, booking class and cabin class code in the boarding pass information, when SSCI returned an incorrect passenger id data.

Resolution:

When SSCI returns the infant's date of birth with the missing information, /dcci/passenger/details service does not return an Internal Error but sets the infant's date of birth as null.
When SSCI returns an incorrect passenger id data, /dcci/passenger/details service does not return an Internal Error but returns booking class and cabin class code in the boarding pass information or sets that value as null.

Programs/Modules Affected:

/dcci/passenger/details