Skip Navigation

Digital Connect Check-In 21.06 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
21.06 Version 21 June 2021

Grzegorz Kurek,

Rafal Holub

Software updated

Features

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

​​​Defects

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

The following sections explain more details about the new items.

 

/emd/lookup - Reponse Elements Enhancements

EMD lookup service has been enhanced to return more details. These include history fields, fare calculation pricing, indicators (historical, commissionable, electronic, interline able, refundable), remarks (endorsements, manual, presentTo, presentAt, passenger, other) and payment approval code details. This information is feature-toggled through s4ci.feature.emd.details.enabled configuration. Affected API; /dcci/emd/lookup.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type
s4ci.feature.emd.details.enabled Determines whether return information about remarks, history, approvalCode, indicators, FCPI for emd.
Default is [false]

True

Boolean 
 


Enhance Present Credit Card Feature

Digital Connect Check-In has modified the existing logic that returns BOARDING_PASS_INHIBITED_CREDIT_CARD_VALIDATION_REQUIRED eligibility with an additional criterion:

IF (CCNV) OR (CCVI AND CCIP edits exist) OR (CCVF)
THEN set BOARDING_PASS_INHIBITED_CREDIT_CARD_VALIDATION_REQUIRED (it means PCC verification is required)

Prerequisites

None

Limitations

This implementation is available  only for /passenger/details cases where the configuration s4ci.checkin.eligibility.enhancedPccEligibility = true and the CCVF is checked only for an adult passenger.

Configuration

Property Name Description Example
Value
Data
Type
s4ci.checkin.eligibility.enhancedPccEligibility Determine whether an enhanced Present Credit Card (PCC) verification logic is used to populate the passenger level boarding eligibility: BOARDING_PASS_INHIBITED_CREDIT_CARD_VALIDATION_REQUIRED.
Default is [false]

True

Boolean
 

 

Adjust /passenger/details/basic for Non-MCP Reservations

Digital Connect Check-In /passenger/details/basic service has been created to support DW with passenger/segment details retrieved from different partitions (MCP/IAP).
These details are necessary to appropriately support the processes which require jumping between airport and ticketing/reservation systems.
DW decided to change the initial solution related to using /passenger/details/basic service only for MCP reservation and be able to retrieve the details for regular reservation to simplify the process.
Digital Connect Check-In must adjust the logic and ensure that /passenger/details/basic can be used regardless of the reservation type.

Prerequisites

None

Limitations

None

Configuration

None


 

Enhance Handling Interests for Installments

The payment options in the form of installments will include an interest amount. The AE for the interest amount is created and included as part of the payment process.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type
se.adapter.s4ci.configuration.paymentConfiguration.installmentAirExtraGroup = 99 (default) Specify the group code of installment interest rate AirExtra.
Default is [99]
99 String
se.adapter.s4ci.configuration.paymentConfiguration.installmentAirExtraSubCode = JCC (default) Specify sub code of installment interest rate AirExtra.
Default is [JCC]
JCC String

 


 

Unable to Check-In Inbound Flights

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2016

Description:

When trying to perform a check-in for the inbound segment (within the check-in window), Digital Connect Check-In does not allow the check-in due to missing gender.

Resolution:

Now, DCCI /passenger/update service allows to add the GENDER edit code for each first hosted segment from the segment group within the check-in window when configuration s4ci.feature.passengerDetails.checkInWindowsForAllSegments.enabled is true.

Programs/Modules Affected:

DCCI /passenger/update


 

Unable to Add Bags for DS Segment NOREC

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2009

Description:

When trying to add a Bag to the cart for a NOREC reservation created with DS segment status received a SEGMENT MISMATCH error.

Resolution:

Now, Digital Connect Check-In POST/baggage/book service allows adding bags for DS segment and to add the status code in an internal Digital Connect Check-In table.

Programs/Modules Affected:

POST /baggage/book service