CR #3404
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- DisplayCouponList restructuring using node
0%
Description
final HashMap<String, String> parameters = new HashMap<String, String>();
parameters.put("type", "DisplayCouponList");
parameters.put("iMemberId", generalFunc.getMemberId());
parameters.put("iVehicleTypeId", iVehicleTypeId);
parameters.put("UserType", Utils.app_type);
parameters.put("riderLat", riderLat);
parameters.put("riderLong", riderLong);
if (getIntent().hasExtra("eSystem")) {
parameters.put("eSystem", Utils.eSystem_Type);
}
parameters.put("eFly", getIntent().getBooleanExtra("eFly",false)?"Yes":"No");
if (getIntent().hasExtra("eType")) {
parameters.put("eType", getIntent().getStringExtra("eType"));
Files
Impact Analysis
Displays all coupons in the coupon section when requesting a trip.
Updated by Anupama P over 1 year ago
- Milestone deleted (
Sprint 23 Tukxi Ride 2024 Sept 01 to Sept 30) - Milestone set to Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31
Updated by shaheel Navas over 1 year ago
- File displayCouponList displayCouponList added
- Due date set to 11/05/2024
Updated by Anupama P over 1 year ago
- Target version changed from 1.0.5 to 1.0.7
- Milestone deleted (
Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31) - Milestone set to Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Updated by Anandhu P Kumar 10 months ago
Need to show the description from the appropriate keys, now it displays the entire object.