Project

General

Profile

Actions

Bug #31964

open

Mobile app - Impact - Amadeus - Android /IOS - If user's middle name is added during the 'Book Again' flow, it is not reflected on the Booking Confirmation page.

Added by smriti sharma 16 days ago. Updated 9 days ago.

Status:
New
Priority:
High
Start date:
17 July 2025
Due date:
% Done:

0%

Estimated time:
Bug Type:
Functional
Release:
16 July 2025
Is bug acceptable?:
Yes
Bug Severity:
S1

Description

If a user's middle name is added during the 'Book Again' flow, it is not reflected on the Booking Confirmation page.

PFA,

Login with user / India@123.
Do GDS booking.
Now click on Book again on Booking page.
Fetch the traveler.
/ India@123. (Erick)
Add Middle name and other other payment info and confirm booking .
Check the issue on Booking page.



Files

clipboard-202507172003-4y84r.png (212 KB) clipboard-202507172003-4y84r.png smriti sharma, 17 July 2025 02:33 PM
clipboard-202507172003-mh2uu.png (1.6 MB) clipboard-202507172003-mh2uu.png smriti sharma, 17 July 2025 02:33 PM
clipboard-202507191150-sx46o.png (318 KB) clipboard-202507191150-sx46o.png vanshaj vanshaj, 19 July 2025 06:20 AM
clipboard-202507172003-4y84r.png
clipboard-202507172003-mh2uu.png
clipboard-202507191150-sx46o.png
Actions #1

Updated by vanshaj vanshaj 15 days ago

clipboard-202507191150-sx46o.png

We are not showing middle name on web too and not recieving from API end, below is the response of the same PNR

{
"status": {
"type": "SUCCESS",
"gdsType": "AMADEUS"
},
"pnrDetails": {
"pnrIdentification": [ {
"recordLocator": "ATZMV6",
"source": "AMADEUS",
"creationDate": "2025-07-17T01:49:00",
"remarks": "AMADEUS BOOKING"
}
],
"travellerDetails": [ {
"traveler": {
"firstName": "Erick",
"lastName": "Colon",
"dateOfBirth": "NA",
"referenceId": "1",
"customerDetails": {
"emailAddress": [
"",
""
],
"contactInfo": [ {
"number": "7475988764"
}
]
},
"knownTravelerNumber": "0000000000",
"redressNumber": "1111111111"
}
}
],
"customerDetails": {
"emailAddress": [
"",
""
],
"contactInfo": [ {
"number": "7475988764"
}
]
},
"billingDetails": {
"paymentInfo": [ {
"paymentMode": "CREDIT_CARD"
}
]
},
"itineraryDetails": {
"originDestinationInfo": [ {
"flightItinerary": [ {
"flightSegmentInfo": [ {
"departure": {
"airportCode": "FLL",
"airportName": "Fort Lauderdale International",
"airportCity": "Fort Lauderdale",
"terminal": "1"
},
"arrival": {
"airportCode": "ORD",
"airportName": "Chicago O'Hare International",
"airportCity": "Chicago",
"terminal": "1"
},
"departureDateTime": "2025-09-18T16:08:00",
"arrivalDateTime": "2025-09-18T18:35:00",
"flightNumber": "403",
"operatingCarrier": {
"code": "UA",
"name": "United Airlines",
"flightNumber": "403"
},
"marketingCarrier": {
"code": "UA",
"name": "United Airlines",
"flightNumber": "403"
},
"equipment": {
"code": "32Q",
"name": "UA"
},
"flightDuration": "207",
"classOfService": "B",
"segmentKey": "1",
"cabin": {
"cabinCode": "W",
"cabinName": "Premium Economy"
},
"priceClass": [ {
"fareClass": "ECONOMY PLUS",
"fareClassType": "ECOPLUS"
}
],
"recordLocator": "LTC5T4",
"baggage": {},
"carbonEmission": "140.5"
}
]
}, {
"flightSegmentInfo": [ {
"departure": {
"airportCode": "ORD",
"airportName": "Chicago O'Hare International",
"airportCity": "Chicago",
"terminal": "1"
},
"arrival": {
"airportCode": "FLL",
"airportName": "Fort Lauderdale International",
"airportCity": "Fort Lauderdale",
"terminal": "1"
},
"departureDateTime": "2025-09-22T07:00:00",
"arrivalDateTime": "2025-09-22T11:08:00",
"flightNumber": "1421",
"operatingCarrier": {
"code": "UA",
"name": "United Airlines",
"flightNumber": "1421"
},
"marketingCarrier": {
"code": "UA",
"name": "United Airlines",
"flightNumber": "1421"
},
"equipment": {
"code": "739",
"name": "UA"
},
"flightDuration": "188",
"classOfService": "B",
"layOver": {
"layOverAirport": "Chicago O'Hare International",
"layOverTime": "5065"
},
"segmentKey": "2",
"cabin": {
"cabinCode": "W",
"cabinName": "Premium Economy"
},
"priceClass": [ {
"fareClass": "ECONOMY PLUS",
"fareClassType": "ECOPLUS"
}
],
"recordLocator": "LTC5T4",
"baggage": {},
"carbonEmission": "139.0"
}
]
}
]
}
],
"fareType": "published",
"loyalty": {}
},
"lastTicketingDate": "2025-07-17T23:59",
"pricingInfo": {
"basePrice": 525.0,
"totalTax": 81.4,
"totalPrice": 606.4,
"currencyCode": "CAD",
"taxBreakdown": [ {
"passengerType": "ADT",
"taxes": [ {
"amount": 81.4,
"tax": [ {
"amount": "39.40",
"taxCode": "LO",
"taxName": "LO"
}, {
"amount": "15.40",
"taxCode": "SE",
"taxName": "SE"
}, {
"amount": "14.20",
"taxCode": "VO",
"taxName": "VO"
}, {
"amount": "12.40",
"taxCode": "PFC",
"taxName": "PFC"
}
]
}
]
}
],
"equivalentFare": 525.0,
"paxFareBreakdown": {
"fareBreakdown": [ {
"paxType": "ADT",
"paxFareInfo": {
"basePrice": 525.0,
"totalTax": 81.4,
"totalPrice": 606.4,
"currencyCode": "CAD",
"equivalentFare": 525.0
},
"quantity": 1
}
]
}
},
"baggageAllowance": [ {
"departFlightAllowance": "0"
}
],
"exceedLastTicketingDate": true
},
"key": "BKNQECUYAIFDKCQDIZGEYEQ5IZXXE5BAJRQXKZDFOJSGC3DFEBEW45DFOJXGC5DJN5XGC3A2B5DG64TUEBGGC5LEMVZGIYLMMUJCYCQDJ5JEIEQ4INUGSY3BM5XSATZHJBQXEZJAJFXHIZLSNZQXI2LPNZQWYGQHINUGSY3BM5XRUFZSGAZDKLJQHEWTCOCUGE3DUMBYHIYDALRQGAYCEFZSGAZDKLJQHEWTCOCUGE4DUMZVHIYDALRQGAYCUAZUGAZTEGQKAJKUCEQPKVXGS5DFMQQEC2LSNRUW4ZLTDIBTIMBTHIKQUASVIEJA6VLONF2GKZBAIFUXE3DJNZSXGQQFBIBTGMSRJIBTEMBXLIAUFYQBCQFACVYSB5IHEZLNNF2W2ICFMNXW433NPHZACFYKBRCUGT2OJ5GVSICQJRKVGEQHIVBU6UCMKVJZUAQGJRKEGMCYKIFJ2AQKTIBAULAKANHVERASDRBWQ2LDMFTW6ICPE5EGC4TFEBEW45DFOJXGC5DJN5XGC3A2A5BWQ2LDMFTW6ERVBIBUMTCMCIOUM33SOQQEYYLVMRSXEZDBNRSSASLOORSXE3TBORUW63TBNQNA6RTPOJ2CATDBOVSGK4TEMFWGKGQXGIYDENJNGA4S2MRSKQYDOORQGA5DAMBOGAYDAIQXGIYDENJNGA4S2MRSKQYTCORQHA5DAMBOGAYDAKQEGE2DEMJSDMFAEVKBCIHVK3TJORSWIICBNFZGY2LOMVZRUBBRGQZDCOQVBIBFKQISB5KW42LUMVSCAQLJOJWGS3TFONBAKCQDG4ZTSSQDGE4DQWQBILRACFAKAFLRED2QOJSW22LVNUQEKY3PNZXW26PSAELQUDCFINHU4T2NLEQFATCVKMJAORKDJ5IEYVKTTIBAMTCUIMYFQUQSA4FAGQKEKQIACGQHBIBUCRCUCAASEA2DIFCCUEISB4JA2TTPEBJHK3DFEBTG65LOMQYAGOACIIDDKMJQGU3TCWQFGYYDMLRUMICTKOJTGMZWUCRXGY4TSNRRGQZTONHCAEEXA5LCNRUXG2DFMT5ACN62AE2AUMQKANAUIVASFEEQAAAAAAAGRACACGNJTGMZTFMVIQAZGMZTGMZT6OBEAKQDINAUI4IAAAAAAADIQBABQAM2AIBEGQNBAIAAAAAAABUIAQFQAOXQC===",
"tripType": "RT",
"agentPhone": "7686896986",
"agentEmail": ""
}

Actions #2

Updated by Neha Changotra 9 days ago

  • Assignee changed from Neha Changotra to deepali bhaskar

Hi @deepali bhaskar , Kindly check this bug on nexusKite web.

Actions

Also available in: Atom PDF