Project

General

Profile

Actions

Bug #29353

closed

Task#7584- nexusKite Mobile App: Implementation of FG user flow. - Amadeus - When searching for the same Hotel scenario on both the mobile app and the web, we are getting results on web but not on Mobile app.

Added by smriti sharma about 1 month ago. Updated about 1 month ago.

Status:
Closed
Priority:
Urgent
Assignee:
Start date:
15 May 2025
Due date:
% Done:

0%

Estimated time:
Bug Type:
Functional
Release:
15 May Mobile App
Is bug acceptable?:
Yes
Bug Severity:
S0

Description

When searching for the same Hotel scenario on both the mobile app and the web, we are getting results on web but not on Mobile app.

PFA,

Login with FG user.
Search YUL, 19-30 MAY , 1 room and 2 guest.
Search.




Files

clipboard-202505151956-evwv1.png (778 KB) clipboard-202505151956-evwv1.png smriti sharma, 15 May 2025 02:26 PM
clipboard-202505151956-duz42.png (185 KB) clipboard-202505151956-duz42.png smriti sharma, 15 May 2025 02:26 PM
clipboard-202505151956-hzb81.png (202 KB) clipboard-202505151956-hzb81.png smriti sharma, 15 May 2025 02:26 PM
clipboard-202505191534-a1nio.png (300 KB) clipboard-202505191534-a1nio.png smriti sharma, 19 May 2025 10:04 AM
clipboard-202505151956-evwv1.png
clipboard-202505151956-duz42.png
clipboard-202505151956-hzb81.png
clipboard-202505191534-a1nio.png
Actions #1

Updated by vanshaj vanshaj about 1 month ago

API : https://a.uat.w.farenexushub.com/nexusapi/hotelSearch

Request Body :

{
"clientId": "7699614374",
"agencyKey": "7698031553",
"hotelStay": {
"checkinDate": "2025-05-28",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [ {
"adultCount": "2",
"roomNo": "1"
}
],
"hotelSearchLocation": [ {
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"hotelName": "",
"distance": {
"units": "KM",
"value": "20"
}
}
],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "2",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": null,
"username": "",
"corporateName": null,
"regionId": "0",
"hotelConfiguration": {
"hotelProperty": [],
"consortium": []
}
}

Response :

{
"error": {
"errorCode": "521",
"errorMessage": [
"Hotel Not Found"
]
}
}

Actions #2

Updated by vanshaj vanshaj about 1 month ago

API : https://a.uat.w.farenexushub.com/nexusapi/hotelSearch

Request Body :

{
"clientId": "7699614374",
"agencyKey": "7698031553",
"hotelStay": {
"checkinDate": "2025-05-28",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [ {
"adultCount": "2",
"roomNo": "1"
}
],
"hotelSearchLocation": [ {
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"hotelName": "",
"distance": {
"units": "KM",
"value": "20"
}
}
],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "2",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": "CA",
"username": "",
"corporateName": null,
"regionId": "0",
"hotelConfiguration": {
"hotelProperty": [],
"consortium": []
}
}

Response :

{
"error": {
"errorCode": "521",
"errorMessage": [
"Hotel Not Found"
]
}
}

Actions #3

Updated by Anonymous about 1 month ago

  • Assignee changed from Sachin Rana to vanshaj vanshaj
Actions #4

Updated by vanshaj vanshaj about 1 month ago

  • Assignee changed from vanshaj vanshaj to Abhay Kumar
Actions #5

Updated by Abhay Kumar about 1 month ago

  • Status changed from New to Resolved
  • Assignee changed from Abhay Kumar to vanshaj vanshaj

Hi sir, I have checked the request and found that you are not sending two parameter in hotel req
"countryCode": "CA",
"referencePoint": "AIRPORT",
and I have attached the full req for your reference.

{
"clientId": "9159730681",
"agencyKey": "9155244651",
"hotelStay": {
"checkinDate": "2025-05-19",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [{
"adultCount": "1",
"roomNo": "1"
}],
"hotelSearchLocation": [{
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"countryCode": "CA",
"referencePoint": "AIRPORT",
"distance": {
"units": "KM",
"value": "20"
}
}],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "1",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": "CA",
"username": "",
"corporateName": "AIR INDIA",
"regionId": "8",
"projectSource": "NEXUSKITE"
}

Actions #6

Updated by sudheer kumar about 1 month ago

  • Assignee changed from vanshaj vanshaj to smriti sharma
Actions #7

Updated by smriti sharma about 1 month ago

clipboard-202505191534-a1nio.png

Issue closed.

Actions

Also available in: Atom PDF