Guestlogix / traveler-android

0 stars 1 forks source link

Major|'Unexpected Error' is displayed after updating the Ticket quantity #243

Open kaurmandie opened 5 years ago

kaurmandie commented 5 years ago

GuestApp Android - 0.0.8 (7)

Steps to replicate-

1)Add flight AC33 ,Dep date - 3rd April 2019 and Tap on available experience(2H15M Sydney Harbour Express..) 2) Experience Details Screen , select any date in the future and tap on Check availability button 3)Enter the quantity , Adult = 3 and Child = 3 and tap "Book Now" 4) On the Questions screen ,tap on back button to change the selected quantity 5) Update the count for Adult = 5 and for Child = 4 (so that total quantity is less than 10) 6) Tap on Book now

Issue - Unexpected Error is displayed

Expected - Experience question screen should appear as the total ticket count is still less than maximum allowed limit

Blocks #193

sayyam commented 5 years ago

There is a possibility that either 5 adult passes are not available or 4 child passes are not available. This check is not only on the upper limit but also on the availability. So if either of the passes you chose is not available it will throw the same error message.

Justin-Lag commented 5 years ago

@sayyam what's the error code that you get?