JuHyuk Park
JuHyuk Park
Due to recent global event, there are too many cancellations and schedule changes, this seems needed in some cases. calling AckScheduleChangeReq will update seat statuses from TK to HK.
This is an implementation of UniversalService/ProviderReservationDivideReq.
There's two way to indicate a passenger is a children, in Air/Services/transformer/add-meta-passengers-booking.js ``` item.isChild = true; ``` in Air/Services/transformer/convert-passengers-object-to-array.js ``` child: (ageCategory === 'CNN'), // quickfix ``` This makes really...
Passenger age must be calculated based on date of first segment, not the date of booking. https://github.com/Travelport-Ukraine/uapi-json/blob/b51dc8639d1a9ff196b92f38534c6b7f7d9b753b/src/Services/Air/transformers/set-passengers-age.js#L5-L7