RELEASE v2.12 rel 28-08-2018


Release Features

New Features and Capabilities

No new features have been introduced in this release.


Enhancements

No new enhancements have been introduced in this release.

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.

Sample Response for Fix Two
<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>


Known Issues and Problems

There are no known issues and problems with this release.