Bug #25328
closedClient Comments - Improvements #20731: Maqaam- Fixed package || Optimization || Frontend
Fixed package | Visa related issues
Description
Done package search upto pax page for the below scenario. Then the following issues are found.
1)In the pax page I selected the nationality as kuwait for a pax ,then automatically the nationality is updated as kuwait for the second pax also.please fix it.
2)The visa amount for kuwait is 5896AED for a pax,now,2 pax is selected and proceed to payment page at this time. The visa amount is displayed only for 1 pax.please fix it.
3)Also,when selecting kenya which only have embassy option, the text option 22 and option 23 is displaying.please display it correctly based on approved design
scenario
Packages for Jumada al-awwal (Oct 23, 2025 - Nov 21, 2025),2pax
Package ID : P16493182
Files
Updated by joby mathew 3 months ago
- Status changed from In Progress to Fixed not Tested
- % Done changed from 0 to 100
1.fixed.
2.amount issue not reproduced.
3.fixed.
Updated by joby mathew 3 months ago
- Due date changed from 08/13/2025 to 08/21/2025
Updated by Nandini P N 3 months ago
- File Fixed package - Visa issue.png Fixed package - Visa issue.png added
- Status changed from Fixed not Tested to Assigned
- Priority changed from Normal to High
In admin panel --> Enquiry management --> Kuwait 5896 AED is settings is added. Then search a fixed package and proceed up to package details page .Then click visa and select nationality Kuwait. Here the Currency code is displayed as KWD. No need to show KWD , Should display the base currency of the project(AED). In API response value is passed but currency code is not passed . So that should pass the currency code and convert the amount as per amount and currency code added in admin .
{
"VisaCountryName": "Kuwait",
"VisaCountryCode": "KW",
"VisaCountryType": "2",
"Evisa": true,
"OnArrival": true,
"TransitStopover": false,
"ThroughPackage": false,
"AuthorizedOffices": false,
"EmbassyConsulate": false,
"VisaRemark": null,
"VisaAmount": "5896.00"
},
Updated by joby mathew 3 months ago
- Status changed from Assigned to Fixed not Tested
Its already fixed directly in staging. communicated with Lead, QA and BA.
Updated by Rahul P K 3 months ago
- File visa currency code.png visa currency code.png added
- Status changed from Fixed not Tested to Closed
- Assignee deleted (
joby mathew)
2.fixed