Skip Navigation

Digital Connect 22.08 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
22.08 Version August 2022

 

Software updated

Defect fixes

Digital Connect introduces the following defect fixes as part of this release:

  • Codeshare ancillary reservation error
  • Empty values in taxes and taxesBreakdowns elements
  • Mutation rule returned incorrect value

Defect fixes

Codeshare ancillary reservation error

Customer tracking #:

06320286

Sabre Tracking #:

DC-14996

Description:

An Ancillary Reserving Error was displayed during the purchase of ancillaries and upon completing a payment. While the passenger could see the charged amount at the end of the confirmation page, the payment transaction appeared as authorized, but not completed.

Resolution:

The issue was caused by a condition check before adding the coupon date that compared the host VCR booking class with the sector element in the reservation object. The error was due to the data not matching. Digital Connect code was updated to skip booking class condition for codeshare flights and to proceed to add the coupon data.

Empty values in taxes and taxesBreakdowns elements

Customer tracking #:

06410868

Sabre Tracking #:

DC-15243

Description:

Digital Connect incorrectly returned empty values for "taxes" and "taxesBreakdown" elements when no taxes applied to the flight.

Resolution:

DC code has been changed so that a zero value is returned in the base fare currency instead of an empty array. No configuration change is required.

Mutation rule returned incorrect value

Customer tracking #:

06472392

Sabre Tracking #:

DC-15881

Description:

A mutation rule allAssociatedAncillariesHaveEMDs was returning ‘true’ value on ancillaries with HK (confirmed) status that did not have EMD.

Resolution:

A new mutation rule allPaidAncillariesHaveEMDs has been added that only returns ‘false’ value with unpaid AEs, or AEs without EMDs that should have them.