Project

General

Profile

Bug #4391

Bug #4257: Service Driver:- Design New Architecture using node

GetCancelReasons restructuring using node

Added by Anupama P about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
03/14/2025
Due date:
03/17/2025 (about 13 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 28 Tukxi Ride 2025 Mar 01 to Mar 31
Branch name:

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

getCancelReasons (193 Bytes) getCancelReasons Anandhu P Kumar, 03/14/2025 02:34 AM

Also available in: Atom PDF