Reputation: 181
I'm working on revalidate flow and face with an issue. The web services flow is the following:
1 - CreatePNR
2 - Issue ticket
3 - Change the flight date (cancel and book a new one)
4 - Call revalidate host command EVCR‡REVAL - it works fine.
5 - EndTransaction - returns error ITINERARY REQUIRED TO COMPLETE TRANSACTION
I would be grateful for any comments and suggestions.
Upvotes: 0
Views: 1288
Reputation: 181
I was able to resolve this issue.
I changed revalidation call symbol from EVCR‡REVAL to EVCR¥REVAL
So I changed ‡ to ¥
Upvotes: 1