-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plating carrier support in AirCreateReservationReq #393
Comments
@engrashid isn't it fixed in #392 ? |
@dchertousov no its not fixed in #392 . |
It'd be nicer to have separate AirPrice and CreateReservation, uapi-json/src/Services/Air/AirParser.js Lines 253 to 270 in b51dc86
uapi-json/src/Services/Air/templates/AIR_CREATE_RESERVATION_REQUEST.handlebars.js Lines 68 to 73 in b51dc86
If the platingCarrier is missing from AirPriceRsp, maybe you should open a ticket via MyTravelPort regarding the issue, |
Missing plating carrier attributes in
air:AirPriceRsp>air:AirPriceResult>air:AirPricingSolution>air:AirPricingInfo
Some flight booking needs plating carrier attributes in air price info section of air price result.
As air:AirPricingInfo from air price response gets passed to air create reservation .
It needs to be added explicitly to air:AirPricingInfo as attributes like PlatingCarrier="TK"
We need to modify air price info like below so that PlatingCarrier="TK" gets pushed.
<air:AirPricingInfo Key="nCMOso4R2BKAr12JDAAAAA==" TotalPrice="BDT49437" BasePrice="USD347.00" ApproximateTotalPrice="BDT49437" ApproximateBasePrice="BDT28958" EquivalentBasePrice="BDT28958" ApproximateTaxes="BDT20479" Taxes="BDT20479" LatestTicketingTime="2019-05-20T23:59:00.000+06:00" PricingMethod="Guaranteed" IncludesVAT="false" ETicketability="Yes" ProviderCode="1G" PlatingCarrier="TK">
Addressing this issue would be awesome.
The text was updated successfully, but these errors were encountered: