Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
borderColor#fff
bgColor#2E5C99

Release Features

Table of Contents
indent17px
exclude(Release Features)
stylesquare


Panel
borderColor#fff
bgColor#A6C3E0

New Features and Capabilities

No new features have been introduced in this release.



Panel
borderColor#fff
bgColor#A6C3E0

Enhancements

No new enhancements have been introduced in this release.

Panel
borderColor#fff
bgColor#A6C3E0

Fixes

A brief description of the fixes which are getting released is below.

AirShopping

Fix One

This is to fix a bug where the price returned by AirShopping varies with what FlightPrice returns. Post this fix, AirShopping will return price which will be in synch with FlightPrice.

Fix Two

This is to fix a bug where NDC AirShopping API doesn’t return the appropriate error message when age and PTC provided in the request are contradictory. Post this fix, NDC AirShopping API will return an appropriate and meaningful error message when age and PTC provided in the request are contradictory.

Code Block
titleSample Response for Fix Two
collapsetrue
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <AirShoppingRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">NDC_PAVL_9013 - Young Adult passengers must be aged between 12-16 years old on the departure date.</Error>
         </Errors>
      </AirShoppingRS>
   </soap:Body>
</soap:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <AirShoppingRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">NDC_PAVL_9013 - Child passengers must be aged between 2-12 years old on the departure date.</Error>
         </Errors>
      </AirShoppingRS>
   </soap:Body>
</soap:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <AirShoppingRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">NDC_PAVL_9013 - Infant passengers must be aged between 0-2 years old on the departure date.</Error>
         </Errors>
      </AirShoppingRS>
   </soap:Body>
</soap:Envelope>


Panel
borderColor#fff
bgColor#A6C3E0

Known Issues and Problems

There are no known issues and problems with this release.