Hello !
Today during a routinary audit we found that for at least a couple of flights, we had this problem where the call to ORDER (we assume order.Create) has timed out but the booking has been successfully created in Duffel.
Could you help us find a solution?
What we have come up with so far:
- Increase the timeout in the SDK (how?)
- If the endpoint fails, try again in another way (how? This endpoint is the one that returns the success and the booking reference, calling the same endpoint again would create a duplicate booking. And if we don't call the endpoint again, how would we know that the booking had already been created if we don't have the reference to check?).
Thank you
Hello !
Today during a routinary audit we found that for at least a couple of flights, we had this problem where the call to ORDER (we assume order.Create) has timed out but the booking has been successfully created in Duffel.
Could you help us find a solution?
What we have come up with so far:
Thank you