Project

General

Profile

Actions

Bug #29392

open

Task#7584- nexusKite Mobile App: Implementation of FG user flow. - Amadeus - We are getting Basic Fare on LFS page , If we select Premium Economy Cabin Class on Search Page.

Added by abhishek sharma 4 days ago. Updated 1 day ago.

Status:
Resolved
Priority:
Urgent
Start date:
16 May 2025
Due date:
% Done:

0%

Estimated time:
Bug Type:
Functional
Release:
Elevate 16 May
Is bug acceptable?:
Yes
Bug Severity:
S1

Description

We are getting Basic Fare on LFS page , If we select Premium Economy Cabin Class on Search Page.

PFA,
Login to mobile app with FG User.
Click on Flight Module.
Click on one Way.
Search yul-yvr(28 May) One way.
Search Flight.
Click on Westjet Flight.
Check Branded Fare.



Files

clipboard-202505161851-fs184.png (1.11 MB) clipboard-202505161851-fs184.png abhishek sharma, 16 May 2025 01:21 PM
clipboard-202505161851-ylo54.png (792 KB) clipboard-202505161851-ylo54.png abhishek sharma, 16 May 2025 01:21 PM
Actions #1

Updated by sachin rana 1 day ago

  • Assignee changed from Sachin Rana to sudheer kumar
Actions #2

Updated by alok Dubey 1 day ago

As discussed on the call, when we send the following request for a Premium Economy search, we receive only Economy class flight results. This functionality works correctly with Sabre and on the website, but the issue occurs specifically when using Amadeus.

End Point: https://a.uat.w.farenexushub.com/nexusapi/search

Request:

{
"language": "FR",
"ndcPromo": "",
"flight": [ {
"sequence": 1,
"departureAirport": "FLL",
"arrivalAirport": "ORD",
"departureDate": "2025-06-18"
}, {
"sequence": 2,
"departureAirport": "ORD",
"arrivalAirport": "FLL",
"departureDate": "2025-06-23"
}
],
"passenger": [ {
"type": "ADT",
"quantity": 1
}
],
"tripType": "RT",
"travelClass": "PCO",
"isDirectFlight": false,
"apiSource": "AMADEUS",
"agencyKey": "7698031553",
"clientId": "7699614374",
"username": "",
"airline": "",
"pos": "ca",
"preferredAirlines": "",
"searchByTime": true,
"maxStops": "4",
"inclusiveFlights": [
"CB_GDS"
],
"snapCodes": [],
"regionId": null
}

Actions #3

Updated by alok Dubey 1 day ago

  • Assignee changed from sudheer kumar to Abhay Kumar
Actions #4

Updated by Abhay Kumar 1 day ago

  • Assignee changed from Abhay Kumar to alok Dubey

Hi Sir,
Pleaes add "travelClass": "PCO", parameter in both sequence 1, 2, and I have attached the correct xml structure for your reference.

{
"clientId": "9155493332",
"agencyKey": "9155244651",
"flight": [{
"sequence": 1,
"departureAirport": "YUL",
"arrivalAirport": "YYZ",
"departureDate": "2025-06-18",
"travelClass": "PCO"
}, {
"sequence": 2,
"departureAirport": "YYZ",
"arrivalAirport": "YUL",
"departureDate": "2025-06-26",
"travelClass": "PCO"
}],
"passenger": [{
"quantity": 1
}],
"tripType": "RT",
"travelClass": "PCO",
"inclusiveFlights": ["CB_GDS"],
"travelAgencyId": "1",
"apiSource": "NDCEXCHANGE",
"maxStops": "4",
"airline": "AC",
"searchByTime": true,
"username": "",
"snapCodes": [{
}],
"regionId": "8"
}

Actions #5

Updated by alok Dubey 1 day ago

  • Status changed from New to Resolved

Resolved

Actions #6

Updated by alok Dubey 1 day ago

  • Assignee changed from alok Dubey to abhishek sharma
Actions

Also available in: Atom PDF