Skip to content

Commit

Permalink
Merge pull request #6606 from alphagov/qatar-eta-15Nov
Browse files Browse the repository at this point in the history
Correct the flow for Qatar to medical treatment outcome
  • Loading branch information
cynthia-anya authored Nov 15, 2023
2 parents 829b432 + 482e004 commit 912fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/flows/check_uk_visa_flow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def travel_response_next_route(node)
end

if calculator.medical_visit?
if calculator.passport_country_in_electronic_visa_waiver_list?
if calculator.passport_country_requires_electronic_travel_authorisation? || calculator.passport_country_in_electronic_visa_waiver_list?
next outcome(:outcome_visit_waiver)
elsif calculator.passport_country_is_taiwan?
next outcome(:outcome_visit_waiver_taiwan)
Expand Down

0 comments on commit 912fb64

Please sign in to comment.