-
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
The Go live Certificate there is an issue get it from travelport tech support #636
Comments
I also need this solution, I have faced same issue. |
@nmbabor There is currently no available solution for that particular issue. I do, however, have an additional concern regarding this matter. I am wondering if this SDK is capable of effectively functioning within a production environment. It is of utmost importance that it can seamlessly generate and manage tickets without encountering any obstacles. |
Hello @MohammaedAlani, Thank you, and have a nice day! |
I am currently in the live environment, and I have encountered the following situation. I resolved the problem using Travelport UAPI directly. Now, let me summarize the issue I encountered during the normal booking flow: LFS -> GetPrice -> Book.
EX:
After fixed these issue get another one also. Pricing- // this is from your SDK request And there is another issue related to that. |
Hello @MohammaedAlani, Do you consider contributing fixes for those issues? Thank you, and have a nice day! |
When attempting to obtain a live credential through Travelport support, I encountered an issue that requires obtaining a certificate. However, despite sharing logs for the entire flow (LFS - AirPrice - Book) with the technical support team, I did not receive the certificate. I am concerned about whether it is possible to obtain a certificate using this SDK for Travelport. If anyone has successfully obtained a certificate using this SDK, I would appreciate any insights or guidance.
Thank you for your ongoing support.
This is comment for travelport
Pricing-
AirSegment@Connection Indicator - I noticed you have not passed correct connection indicator.
<air:AirSegment Key="VZfhDkSqWDKAqgTLaAAAAA==" Group="0" Carrier="QR" FlightNumber="4" Origin="LHR" Destination="DOH" DepartureTime="2023-10-10T15:05:00.000+01:00" ArrivalTime="2023-10-10T23:50:00.000+03:00" FlightTime="405" Distance="3246" ETicketability="Yes" Equipment="388" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="Q" AvailabilityDisplayType="Fare Shop/Optimal Shop">
</air:AirSegment>
<air:AirSegment Key="VZfhDkSqWDKAtgTLaAAAAA==" Group="0" Carrier="QR" FlightNumber="948" Origin="DOH" Destination="SIN" DepartureTime="2023-10-11T02:40:00.000+03:00" ArrivalTime="2023-10-11T15:45:00.000+08:00" FlightTime="485" Distance="3857" ETicketability="Yes" Equipment="359" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="Q" AvailabilityDisplayType="Fare Shop/Optimal Shop"/>
<air:AirSegment Key="VZfhDkSqWDKAloTLaAAAAA==" Group="1" Carrier="QR" FlightNumber="947" Origin="SIN" Destination="DOH" DepartureTime="2023-10-20T21:00:00.000+08:00" ArrivalTime="2023-10-20T23:45:00.000+03:00" FlightTime="465" Distance="3857" ETicketability="Yes" Equipment="359" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="Q" AvailabilityDisplayType="Fare Shop/Optimal Shop"/>
</air:AirSegment>
<air:AirSegment Key="VZfhDkSqWDKAnoTLaAAAAA==" Group="1" Carrier="QR" FlightNumber="105" Origin="DOH" Destination="LHR" DepartureTime="2023-10-21T01:05:00.000+03:00" ArrivalTime="2023-10-21T06:25:00.000+01:00" FlightTime="440" Distance="3246" ETicketability="Yes" Equipment="77W" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="Q" AvailabilityDisplayType="Fare Shop/Optimal Shop"/>
AirCreateReservationReq-
AirSegment@Connection Indicato- See my comment on pricing.
The text was updated successfully, but these errors were encountered: