Bug #4391
Bug #4257: Service Driver:- Design New Architecture using node
GetCancelReasons restructuring using node
0%
Description
from trip requests
---------------------------
"GetCancelReasons"
HashMap<String, String> parameters = new HashMap<>();
parameters.put("type", "GetCancelReasons");
parameters.put("iTripId", data_trip.get("iTripId"));
parameters.put("iMemberId", generalFunc.getMemberId());
parameters.put("eUserType", Utils.app_type);
From Bookings
-------------------------
HashMap<String, String> parameters = new HashMap<>();
parameters.put("type", "GetCancelReasons");
// parameters.put("iTripId", iCabBookingId);
parameters.put("iCabBookingId", iCabBookingId);
parameters.put("iMemberId", generalFunc.getMemberId());
parameters.put("eUserType", list.get("eTypeVal"));
Files
Updated by Anupama P about 1 year ago
- Milestone deleted (
Sprint 27 Tukxi Ride 2025 Feb 03 to Feb 28) - Milestone set to Sprint 28 Tukxi Ride 2025 Mar 01 to Mar 31
Updated by Anandhu P Kumar about 1 year ago
- Due date set to 03/17/2025
- Start date changed from 03/04/2025 to 03/14/2025
Updated by Anandhu P Kumar about 1 year ago
- File getCancelReasons getCancelReasons added
completed GetCancelReasons using node js