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.